diff --git a/pyproject.toml b/pyproject.toml index b19b6c4..5ad108a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ classifiers = [ ] requires-python = ">=3.9" dependencies = [ - "click>=8.0.0", + "click>=8.4.2", "pyyaml>=6.0", "gitpython>=3.1.0", "requests>=2.28.0", diff --git a/requirements.txt b/requirements.txt index 3bb00ea..4ceba7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core runtime dependencies for GitCo -click>=8.0.0 +click>=8.4.2 pyyaml>=6.0 gitpython>=3.1.0 requests>=2.28.0