File tree Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Expand file tree Collapse file tree 2 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 11asyncpg==0.30.0
22mock==5.2.0
3- pg8000==1.31.4
4-
5- # psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
6- # It is supported for macos-12 runner:
7- # https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
8- # deprecated: https://github.com/actions/runner-images/issues/10721. So we
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"
11- psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"
12-
3+ pg8000==1.31.5
4+ psycopg2-binary==2.9.11
135pytest==8.4.2
14- pytest-asyncio==1.1 .0
6+ pytest-asyncio==1.2 .0
157pytest-cov==7.0.0
16- SQLAlchemy[asyncio]==2.0.43
17- aioresponses==0.7.8
8+ SQLAlchemy[asyncio]==2.0.44
9+ aioresponses==0.7.8
Original file line number Diff line number Diff line change 11aiofiles == 25.1.0
22cryptography == 46.0.3
3- google-auth == 2.40.3
3+ google-auth == 2.41.1
44requests == 2.32.5
5- protobuf == 6.32 .0
5+ protobuf == 6.33 .0
You can’t perform that action at this time.
0 commit comments