diff --git a/pyproject.toml b/pyproject.toml index 3ee229d..0a9e4e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ - "cachetools<6.0.0,>=5.3.1", + "cachetools>=5.3.1,<8.0.0", "click<9.0.0,>=8.1.4", "colored<3.0.0,>=2.2.4", "flexihumanhash<1.0.0,>=0.9.0", diff --git a/requirements.txt b/requirements.txt index e3ac811..1787370 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ annotated-types==0.7.0 ; python_version >= "3.10" and python_version < "4.0" -cachetools==5.5.0 ; python_version >= "3.10" and python_version < "4.0" +cachetools==7.0.5 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" cloudpickle==3.1.0 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")