diff --git a/pyproject.toml b/pyproject.toml index 8e82af1..1c3dd16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -click = ">=8.0.0, <8.3.0" # issue #222 +click = ">=8.0.0,<8.4.0" # issue #222 requests = "^2.32.3" gitpython = "^3.1.43" tomli = { version = "^2.2.1", python = "<3.11" }