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.
1 parent 319d28f commit 8004799Copy full SHA for 8004799
2 files changed
requirements-test.txt
@@ -10,9 +10,9 @@ pg8000==1.31.2
10
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
+pytest==8.4.0
14
pytest-asyncio==1.0.0
15
pytest-cov==6.1.1
16
pytest-aiohttp==1.1.0
17
-SQLAlchemy[asyncio]==2.0.40
+SQLAlchemy[asyncio]==2.0.41
18
aioresponses==0.7.8
requirements.txt
@@ -1,6 +1,6 @@
1
aiofiles==24.1.0
2
-aiohttp==3.11.18
3
-cryptography==45.0.3
4
-google-auth==2.40.1
+aiohttp==3.12.12
+cryptography==45.0.4
+google-auth==2.40.3
5
requests==2.32.4
6
-protobuf==6.30.2
+protobuf==6.31.1
0 commit comments