Commit cf4999d
authored
packaging(deps): Require click 8.2.0+ (#9796)
<!--
Please, go through these steps when you submit a PR.
1. Make sure your branch is not protected. In particular, avoid making
PRs from the `main` branch of your fork.
2. Give a descriptive title to your PR. We use semantic titles, and the
accepted types and scopes are listed in
https://github.com/meltano/meltano/blob/main/.github/semantic.yml.
A good title should look like this:
```
feat(cli): The `meltano run` command now accepts a `--timeout` option to
limit the time it runs
```
3. Provide a description of your changes.
4. Put "Closes #XXXX" in your comment to auto-close the issue that your
PR fixes (if such).
-->
## Description
<!-- Describe the changes introduced by this PR -->
- Bumps the minimum version of Click to [8.2.0 published on May 10,
2025](https://pypi.org/project/click/8.2.0/)
- #9793 will let us be more aware
of our mininum requirements inn the future
## Related Issues
- #9793
## Summary by Sourcery
Build:
- Increase the required Click package version to 8.2.x while keeping the
upper bound and exclusion for 8.2.2.
Signed-off-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>1 parent 6825a09 commit cf4999d
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments