We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a4d7f commit e4dbff4Copy full SHA for e4dbff4
requirements-test.txt
@@ -11,8 +11,8 @@ psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
11
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
12
13
pytest==8.3.5
14
-pytest-asyncio==0.25.3
15
-pytest-cov==6.0.0
+pytest-asyncio==0.26.0
+pytest-cov==6.1.1
16
pytest-aiohttp==1.1.0
17
-SQLAlchemy[asyncio]==2.0.39
+SQLAlchemy[asyncio]==2.0.40
18
aioresponses==0.7.8
requirements.txt
@@ -1,6 +1,6 @@
1
aiofiles==24.1.0
2
-aiohttp==3.11.13
+aiohttp==3.11.16
3
cryptography==44.0.2
4
-google-auth==2.38.0
+google-auth==2.39.0
5
requests==2.32.3
6
-protobuf==6.30.0
+protobuf==6.30.2
0 commit comments