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 c14c175 commit 59dd94fCopy full SHA for 59dd94f
requirements-test.txt
@@ -11,10 +11,7 @@ psycopg2-binary<2.9.10; 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
14
-
15
-pytest-asyncio==0.26.0; python_version == "3.9" and sys_platform == "win32"
16
-pytest-asyncio==1.0.0; python_version != "3.9" or sys_platform != "win32"
17
+pytest-asyncio==1.0.0
18
pytest-cov==6.2.1
19
pytest-aiohttp==1.1.0
20
SQLAlchemy[asyncio]==2.0.41
requirements.txt
@@ -1,6 +1,6 @@
1
aiofiles==24.1.0
2
aiohttp==3.12.13
3
-cryptography==45.0.5
+cryptography==44.0.3
4
google-auth==2.40.3
5
requests==2.32.4
6
protobuf==6.31.1
0 commit comments