diff --git a/requeriments.txt b/requeriments.txt index 89dee32..2848c5b 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -1,7 +1,7 @@ pytest requests~=2.27.1 six>=1.16,<2 -cachetools~=5.0.0 +cachetools~=5.1.0 setuptools~=62.2.0 pycryptodome~=3.14.1 python-dotenv~=0.20.0 diff --git a/setup.py b/setup.py index 58f87c8..67427fe 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ install_requires=[ "requests~=2.27.1", "six~=1.16.0", - "cachetools~=5.0.0", + "cachetools>=5.0,<5.2", "pycryptodome>=3.13,<3.15", "python-dotenv>=0.19.2,<0.21.0", "pytz>=2021.3,<2023.0",