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 cc040f4 commit a7a5450Copy full SHA for a7a5450
requirements-test.txt
@@ -10,8 +10,8 @@ pg8000==1.31.4
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.4.1
+pytest==8.4.2
14
pytest-asyncio==1.1.0
15
-pytest-cov==6.2.1
+pytest-cov==6.3.0
16
SQLAlchemy[asyncio]==2.0.43
17
aioresponses==0.7.8
requirements.txt
@@ -1,5 +1,5 @@
1
aiofiles==24.1.0
2
-cryptography==45.0.6
+cryptography==45.0.7
3
google-auth==2.40.3
4
-requests==2.32.4
5
-protobuf==6.31.1
+requests==2.32.5
+protobuf==6.32.0
0 commit comments