Skip to content

Commit e4dbff4

Browse files
chore(deps): update python-nonmajor (#427)
* chore(deps): update python-nonmajor * Update requirements-test.txt --------- Co-authored-by: rhatgadkar-goog <[email protected]>
1 parent 10a4d7f commit e4dbff4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements-test.txt

Lines changed: 3 additions & 3 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.5
14-
pytest-asyncio==0.25.3
15-
pytest-cov==6.0.0
14+
pytest-asyncio==0.26.0
15+
pytest-cov==6.1.1
1616
pytest-aiohttp==1.1.0
17-
SQLAlchemy[asyncio]==2.0.39
17+
SQLAlchemy[asyncio]==2.0.40
1818
aioresponses==0.7.8

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
2-
aiohttp==3.11.13
2+
aiohttp==3.11.16
33
cryptography==44.0.2
4-
google-auth==2.38.0
4+
google-auth==2.39.0
55
requests==2.32.3
6-
protobuf==6.30.0
6+
protobuf==6.30.2

0 commit comments

Comments
 (0)