File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ pg8000==1.31.2
7
7
# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
8
8
# deprecated: https://github.com/actions/runner-images/issues/10721. So we
9
9
# install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
10
- psycopg2-binary==2.9.9 ; python_version == "3.9" and sys_platform == "darwin"
10
+ psycopg2-binary==2.9.10 ; python_version == "3.9" and sys_platform == "darwin"
11
11
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
12
12
13
- pytest==8.3.5
13
+ pytest==8.4.0
14
14
pytest-asyncio==1.0.0
15
15
pytest-cov==6.1.1
16
16
pytest-aiohttp==1.1.0
17
- SQLAlchemy[asyncio]==2.0.40
17
+ SQLAlchemy[asyncio]==2.0.41
18
18
aioresponses==0.7.8
Original file line number Diff line number Diff line change 1
1
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
5
5
requests == 2.32.4
6
- protobuf == 6.30.2
6
+ protobuf == 6.31.1
You can’t perform that action at this time.
0 commit comments