Skip to content

Commit f2c1bd9

Browse files
deps: update click requirement from >=8.1.0 to >=8.4.0
Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.0...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 56d138e commit f2c1bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.13",
2525
]
2626
dependencies = [
27-
"click>=8.1.0",
27+
"click>=8.4.0",
2828
"rich>=13.0.0",
2929
"pathspec>=0.11.0",
3030
"pyyaml>=6.0",

0 commit comments

Comments
 (0)