Skip to content

Commit cf4999d

Browse files
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

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"alembic>=1.14.0,<2",
3131
"anyio>=4.4.0,<5",
3232
"backports-strenum>=1.3.1,<2 ; python_version < '3.11'",
33-
"click>=8.1,<8.4,!=8.2.2",
33+
"click>=8.2,<8.4,!=8.2.2",
3434
"click-default-group>=1.2.4,<2",
3535
"dateparser>=1.2.1",
3636
"fasteners>=0.19,<0.21",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)