diff --git a/requirements-test.txt b/requirements-test.txt index 5e37f5f5..c07a0e54 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -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 \ No newline at end of file +SQLAlchemy[asyncio]==2.0.44 +aioresponses==0.7.8 diff --git a/requirements.txt b/requirements.txt index 3c38de7a..ec007ec5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +protobuf==6.33.0 \ No newline at end of file