Skip to content

Commit ea53c1b

Browse files
Update click requirement from >=8.0.0, <8.3.0 to >=8.0.0,<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.0.0...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9349ab8 commit ea53c1b

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
@@ -28,7 +28,7 @@ classifiers = [
2828

2929
[tool.poetry.dependencies]
3030
python = "^3.10"
31-
click = ">=8.0.0, <8.3.0" # issue #222
31+
click = ">=8.0.0,<8.4.0" # issue #222
3232
requests = "^2.32.3"
3333
gitpython = "^3.1.43"
3434
tomli = { version = "^2.2.1", python = "<3.11" }

0 commit comments

Comments
 (0)