Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
asyncpg==0.30.0
mock==5.2.0
pg8000==1.31.4

# psycopg 2.9.10 isn't supported on Python 3.9 for macos-latest GitHub runner.
# It is supported for macos-12 runner:
# https://github.com/psycopg/psycopg2/issues/1737. But macos-12 runner is
# deprecated: https://github.com/actions/runner-images/issues/10721. So we
# install psycopg 2.9.9 on Python 3.9 for macos-latest runner.
psycopg2-binary==2.9.9; python_version == "3.9" and sys_platform == "darwin"
psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin"

pg8000==1.31.5
psycopg2-binary==2.9.11
pytest==8.4.2
pytest-asyncio==1.1.0
pytest-asyncio==1.2.0
pytest-cov==7.0.0
SQLAlchemy[asyncio]==2.0.43
aioresponses==0.7.8
SQLAlchemy[asyncio]==2.0.44
aioresponses==0.7.8
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiofiles==25.1.0
cryptography==46.0.3
google-auth==2.40.3
google-auth==2.41.1
requests==2.32.5
protobuf==6.32.0
protobuf==6.33.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: let's add a newline to this file so remove the warning.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. I already submitted. I'll do that next time