Skip to content

Commit 59af7bb

Browse files
Build: Bump click from 8.3.1 to 8.4.2
Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.4.2. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](pallets/click@8.3.1...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33e0e11 commit 59af7bb

2 files changed

Lines changed: 231 additions & 236 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"mmh3>=4.0.0,<6.0.0",
3535
"requests>=2.20.0,<3.0.0",
36-
"click>=7.1.1,<9.0.0",
36+
"click>=8.4.2,<9.0.0",
3737
"rich>=10.11.0,<15.0.0",
3838
"strictyaml>=1.7.0,<2.0.0", # CVE-2020-14343 was fixed in 5.4.
3939
"pydantic>=2.0,<3.0,!=2.4.0,!=2.4.1,!=2.12.0,!=2.12.1", # 2.4.0, 2.4.1, 2.12.0, 2.12.1 has a critical bug

0 commit comments

Comments
 (0)