Skip to content

Commit 00313a4

Browse files
committed
Update dependencies.
1 parent 985cd60 commit 00313a4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

requirements-dev.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
flake8
2-
pytest==8.3.2
3-
pytest-asyncio==0.23.8
4-
pytest-cov==5.0.0
5-
six==1.16.0
1+
flake8==7.1.1
2+
pytest==8.3.4
3+
pytest-asyncio==0.25.1
4+
pytest-cov==6.0.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

Lines changed: 4 additions & 4 deletions
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.10.1
4+
cryptography~=44.0.0

0 commit comments

Comments
 (0)