From 5e8ed5b69564d39f0c3c59c76c3e6d36d76c1f91 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 23 Jan 2025 15:27:42 +0000 Subject: [PATCH] chore(deps): update python-nonmajor --- requirements-test.txt | 6 +++--- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 7b4b0662..1ae3aaa2 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -7,12 +7,12 @@ pg8000==1.31.2 # 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" and sys_platform == "darwin" psycopg2-binary==2.9.10; python_version != "3.9" or sys_platform != "darwin" pytest==8.3.4 pytest-asyncio==0.25.2 pytest-cov==6.0.0 -pytest-aiohttp==1.0.5 +pytest-aiohttp==1.1.0 SQLAlchemy[asyncio]==2.0.37 -aioresponses==0.7.7 +aioresponses==0.7.8 diff --git a/requirements.txt b/requirements.txt index 16646d1c..45583b5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aiofiles==24.1.0 aiohttp==3.11.11 cryptography==44.0.0 -google-auth==2.37.0 +google-auth==2.38.0 requests==2.32.3 protobuf==4.25.5