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 a541a4c commit fcdb69fCopy full SHA for fcdb69f
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.4.0
+pytest==8.4.1
14
pytest-asyncio==1.0.0
15
-pytest-cov==6.1.1
+pytest-cov==6.2.1
16
pytest-aiohttp==1.1.0
17
SQLAlchemy[asyncio]==2.0.41
18
aioresponses==0.7.8
requirements.txt
@@ -1,6 +1,6 @@
1
aiofiles==24.1.0
2
-aiohttp==3.12.12
3
-cryptography==45.0.4
+aiohttp==3.12.13
+cryptography==45.0.5
4
google-auth==2.40.3
5
requests==2.32.4
6
protobuf==6.31.1
0 commit comments