From e6697fce416d3da774d115939f2eb3d08128db75 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 20 Oct 2025 21:46:44 +0000 Subject: [PATCH 1/2] chore(deps): update python-nonmajor --- requirements-test.txt | 10 +++++----- requirements.txt | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 5e37f5f5..369c586e 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,17 +1,17 @@ asyncpg==0.30.0 mock==5.2.0 -pg8000==1.31.4 +pg8000==1.31.5 # 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" +psycopg2-binary==2.9.11; python_version == "3.9" and sys_platform == "darwin" +psycopg2-binary==2.9.11; python_version != "3.9" or sys_platform != "darwin" pytest==8.4.2 -pytest-asyncio==1.1.0 +pytest-asyncio==1.2.0 pytest-cov==7.0.0 -SQLAlchemy[asyncio]==2.0.43 +SQLAlchemy[asyncio]==2.0.44 aioresponses==0.7.8 \ No newline at end of file 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 From 2e2fcd0d45ba1a1f66e3ab7b35702b0f3d8c5ebd Mon Sep 17 00:00:00 2001 From: rhatgadkar-goog Date: Mon, 20 Oct 2025 15:50:22 -0700 Subject: [PATCH 2/2] Update requirements-test.txt 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. --- requirements-test.txt | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 369c586e..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.5 - -# 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.11; python_version == "3.9" and sys_platform == "darwin" -psycopg2-binary==2.9.11; python_version != "3.9" or sys_platform != "darwin" - +psycopg2-binary==2.9.11 pytest==8.4.2 pytest-asyncio==1.2.0 pytest-cov==7.0.0 SQLAlchemy[asyncio]==2.0.44 -aioresponses==0.7.8 \ No newline at end of file +aioresponses==0.7.8