We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edadf9 + 8bbc5a0 commit d3ddea4Copy full SHA for d3ddea4
requeriments.txt
@@ -1,7 +1,7 @@
1
pytest
2
requests~=2.32.5
3
six>=1.16,<2
4
-cachetools~=6.1.0
+cachetools~=6.2.0
5
pycryptodome~=3.23
6
pytz~=2025.2
7
confuse~=2.0.1
setup.py
@@ -6,7 +6,7 @@
install_requires=[
"requests>=2.27.1,<2.33.0",
8
"six>=1.16,<1.18",
9
- "cachetools>=5.0,<6.2",
+ "cachetools>=5.0,<6.3",
10
"pycryptodome>=3.13,<3.24",
11
"pytz>=2021.3,<2026.0",
12
"confuse>=1.7,<2.1",
0 commit comments