Skip to content

Commit 22d222a

Browse files
authored
chore(deps): update python-nonmajor (#471)
1 parent 4210d3f commit 22d222a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
asyncpg==0.30.0
22
mock==5.2.0
3-
pg8000==1.31.2
3+
pg8000==1.31.4
44

55
# psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
66
# It is supported for macos-12 runner:
@@ -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.4.1
14-
pytest-asyncio==1.0.0
14+
pytest-asyncio==1.1.0
1515
pytest-cov==6.2.1
1616
pytest-aiohttp==1.1.0
17-
SQLAlchemy[asyncio]==2.0.41
17+
SQLAlchemy[asyncio]==2.0.43
1818
aioresponses==0.7.8

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiofiles==24.1.0
22
aiohttp==3.12.13
3-
cryptography==45.0.5
3+
cryptography==45.0.6
44
google-auth==2.40.3
55
requests==2.32.4
66
protobuf==6.31.1

0 commit comments

Comments
 (0)