We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985cd60 commit 2ddc921Copy full SHA for 2ddc921
requirements-dev.txt
@@ -1,9 +1,9 @@
1
-flake8
2
-pytest==8.3.2
+flake8==7.1.1
+pytest==8.3.4
3
pytest-asyncio==0.23.8
4
pytest-cov==5.0.0
5
-six==1.16.0
+six==1.17.0
6
black==24.4.2
7
twine==5.1.1
8
-mypy==1.12.0
9
-httpx>=0.27.0
+mypy==1.14.1
+httpx~=0.28.1
requirements.txt
@@ -1,4 +1,4 @@
-pydantic==2.9.2
-PyJWT==2.9.0
-cryptography==43.0.3
+pydantic~=2.10.4
+PyJWT==2.9.0 # Pinned because of Python 3.8 incompatibility in future versions
+cryptography~=44.0.0
0 commit comments