Skip to content

Commit 8004799

Browse files
chore(deps): update python-nonmajor (#454)
* chore(deps): update python-nonmajor * Update requirements-test.txt --------- Co-authored-by: rhatgadkar-goog <rhatgadkar@google.com>
1 parent 319d28f commit 8004799

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ 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.5
13+
pytest==8.4.0
1414
pytest-asyncio==1.0.0
1515
pytest-cov==6.1.1
1616
pytest-aiohttp==1.1.0
17-
SQLAlchemy[asyncio]==2.0.40
17+
SQLAlchemy[asyncio]==2.0.41
1818
aioresponses==0.7.8

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
2-
aiohttp==3.11.18
3-
cryptography==45.0.3
4-
google-auth==2.40.1
2+
aiohttp==3.12.12
3+
cryptography==45.0.4
4+
google-auth==2.40.3
55
requests==2.32.4
6-
protobuf==6.30.2
6+
protobuf==6.31.1

0 commit comments

Comments
 (0)