We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82057d8 commit 6555b2aCopy full SHA for 6555b2a
requirements-test.txt
@@ -1,5 +1,5 @@
1
asyncpg==0.30.0
2
-mock==5.1.0
+mock==5.2.0
3
pg8000==1.31.2
4
5
# psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
@@ -10,7 +10,7 @@ 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.4
+pytest==8.3.5
14
pytest-asyncio==0.25.3
15
pytest-cov==6.0.0
16
pytest-aiohttp==1.1.0
requirements.txt
@@ -1,6 +1,6 @@
aiofiles==24.1.0
-aiohttp==3.11.12
-cryptography==44.0.1
+aiohttp==3.11.13
+cryptography==44.0.2
google-auth==2.38.0
requests==2.32.3
6
protobuf==6.30.0
0 commit comments