diff --git a/requeriments.txt b/requeriments.txt index b45d068..fb60741 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.32.3 six>=1.16,<2 -cachetools~=5.5.2 +cachetools~=6.0.0 pycryptodome~=3.23 pytz~=2025.2 confuse~=2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 910ce2e..6a8df7c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires=[ "requests>=2.27.1,<2.33.0", "six>=1.16,<1.18", - "cachetools>=5.0,<5.6", + "cachetools>=5.0,<6.1", "pycryptodome>=3.13,<3.24", "pytz>=2021.3,<2026.0", "confuse>=1.7,<2.1",