Skip to content

Commit de1daf5

Browse files
authored
chore(deps): update python-nonmajor (#488)
psycopg2-binary is supported on macos-latest runner on Python 3.9, because the Python 3.9 unit tests on macos-latest runner are passing.
1 parent 609dcaf commit de1daf5

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

requirements-test.txt

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
asyncpg==0.30.0
22
mock==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
135
pytest==8.4.2
14-
pytest-asyncio==1.1.0
6+
pytest-asyncio==1.2.0
157
pytest-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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiofiles==25.1.0
22
cryptography==46.0.3
3-
google-auth==2.40.3
3+
google-auth==2.41.1
44
requests==2.32.5
5-
protobuf==6.32.0
5+
protobuf==6.33.0

0 commit comments

Comments
 (0)