Skip to content

Commit 277f774

Browse files
chore(deps): update python-nonmajor (#404)
* chore(deps): update python-nonmajor * Update requirements-test.txt for psycopg2-binary Mac should continue to use psycopg2 2.9.9 for Python 3.9 --------- Co-authored-by: rhatgadkar-goog <[email protected]>
1 parent c6da9fa commit 277f774

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ 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

1313
pytest==8.3.4
14-
pytest-asyncio==0.24.0
14+
pytest-asyncio==0.25.2
1515
pytest-cov==6.0.0
1616
pytest-aiohttp==1.0.5
17-
SQLAlchemy[asyncio]==2.0.36
17+
SQLAlchemy[asyncio]==2.0.37
1818
aioresponses==0.7.7

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
2-
aiohttp==3.11.10
2+
aiohttp==3.11.11
33
cryptography==44.0.0
4-
google-auth==2.36.0
4+
google-auth==2.37.0
55
requests==2.32.3
66
protobuf==4.25.5

0 commit comments

Comments
 (0)