Skip to content

Commit 2ddc921

Browse files
committed
Update dependencies.
1 parent 985cd60 commit 2ddc921

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements-dev.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
flake8
2-
pytest==8.3.2
1+
flake8==7.1.1
2+
pytest==8.3.4
33
pytest-asyncio==0.23.8
44
pytest-cov==5.0.0
5-
six==1.16.0
5+
six==1.17.0
66
black==24.4.2
77
twine==5.1.1
8-
mypy==1.12.0
9-
httpx>=0.27.0
8+
mypy==1.14.1
9+
httpx~=0.28.1

requirements.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
httpx>=0.27.0
2-
pydantic==2.9.2
3-
PyJWT==2.9.0
4-
cryptography==43.0.3
1+
httpx~=0.28.1
2+
pydantic~=2.10.4
3+
PyJWT==2.9.0 # Pinned because of Python 3.8 incompatibility in future versions
4+
cryptography~=44.0.0

0 commit comments

Comments
 (0)