diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..fdc77d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "libcst>=1.1.0", - "click>=8.0.0", + "click>=8.1.8", "pyyaml>=6.0", "rich>=13.0.0", "radon>=6.0.0", diff --git a/requirements.txt b/requirements.txt index f58b9bd..7f9b3df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies libcst>=1.1.0 -click>=8.0.0 +click>=8.1.8 pyyaml>=6.0 rich>=13.0.0 radon>=6.0.0