Skip to content

Commit 6555b2a

Browse files
chore(deps): update python-nonmajor (#424)
* chore(deps): update python-nonmajor * Update requirements-test.txt --------- Co-authored-by: rhatgadkar-goog <[email protected]>
1 parent 82057d8 commit 6555b2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
asyncpg==0.30.0
2-
mock==5.1.0
2+
mock==5.2.0
33
pg8000==1.31.2
44

55
# psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
@@ -10,7 +10,7 @@ pg8000==1.31.2
1010
psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
1111
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
1212

13-
pytest==8.3.4
13+
pytest==8.3.5
1414
pytest-asyncio==0.25.3
1515
pytest-cov==6.0.0
1616
pytest-aiohttp==1.1.0

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
2-
aiohttp==3.11.12
3-
cryptography==44.0.1
2+
aiohttp==3.11.13
3+
cryptography==44.0.2
44
google-auth==2.38.0
55
requests==2.32.3
66
protobuf==6.30.0

0 commit comments

Comments
 (0)