From 2b560dc9728339197f4a3ea802fb030e863ecbc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 14:38:38 +0000 Subject: [PATCH 1/3] chore(deps): bump aiohttp in /packages/google-api-core --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../google-api-core/testing/constraints-async-rest-3.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-api-core/testing/constraints-async-rest-3.10.txt b/packages/google-api-core/testing/constraints-async-rest-3.10.txt index b5bf92d008f2..dade7d21d820 100644 --- a/packages/google-api-core/testing/constraints-async-rest-3.10.txt +++ b/packages/google-api-core/testing/constraints-async-rest-3.10.txt @@ -16,4 +16,4 @@ proto-plus==1.22.3 # decorators which were deprecated since Python 3.8. When older versions of aiohttp # load, because they used @coroutine deep inside their internals, the warnings # bubble up and cause our nox session to fail. -aiohttp==3.9.0 +aiohttp==3.13.4 From f93cb71c1e9f94512698da94d63aacd6ae63ecb4 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 May 2026 10:42:36 -0400 Subject: [PATCH 2/3] bump aiohttp to 3.9.2 --- packages/google-api-core/pyproject.toml | 2 +- .../google-api-core/testing/constraints-async-rest-3.10.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-api-core/pyproject.toml b/packages/google-api-core/pyproject.toml index fa40c6ea7695..a6f77705fe9b 100644 --- a/packages/google-api-core/pyproject.toml +++ b/packages/google-api-core/pyproject.toml @@ -58,7 +58,7 @@ Documentation = "https://googleapis.dev/python/google-api-core/latest/" Repository = "https://github.com/googleapis/google-cloud-python" [project.optional-dependencies] -async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.9.0"] +async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.9.2"] grpc = [ "grpcio >= 1.41.0, < 2.0.0", "grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'", diff --git a/packages/google-api-core/testing/constraints-async-rest-3.10.txt b/packages/google-api-core/testing/constraints-async-rest-3.10.txt index dade7d21d820..56e66c158ec0 100644 --- a/packages/google-api-core/testing/constraints-async-rest-3.10.txt +++ b/packages/google-api-core/testing/constraints-async-rest-3.10.txt @@ -12,8 +12,8 @@ requests==2.25.0 grpcio==1.41.0 grpcio-status==1.41.0 proto-plus==1.22.3 -# Note: We pin aiohttp to 3.9.0 to avoid deprecation warnings about '@coroutine' +# Note: We pin aiohttp to 3.9.2 to avoid deprecation warnings about '@coroutine' # decorators which were deprecated since Python 3.8. When older versions of aiohttp # load, because they used @coroutine deep inside their internals, the warnings # bubble up and cause our nox session to fail. -aiohttp==3.13.4 +aiohttp==3.9.2 From d9db4a0ce2a88c9b41503b3666ace9651c3ee0cc Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 May 2026 10:44:12 -0400 Subject: [PATCH 3/3] bump aiohttp to 3.13.4 --- packages/google-api-core/pyproject.toml | 2 +- .../google-api-core/testing/constraints-async-rest-3.10.txt | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/google-api-core/pyproject.toml b/packages/google-api-core/pyproject.toml index a6f77705fe9b..19642422ac21 100644 --- a/packages/google-api-core/pyproject.toml +++ b/packages/google-api-core/pyproject.toml @@ -58,7 +58,7 @@ Documentation = "https://googleapis.dev/python/google-api-core/latest/" Repository = "https://github.com/googleapis/google-cloud-python" [project.optional-dependencies] -async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.9.2"] +async_rest = ["google-auth[aiohttp] >= 2.14.1, < 3.0.0", "aiohttp >= 3.13.4"] grpc = [ "grpcio >= 1.41.0, < 2.0.0", "grpcio >= 1.49.1, < 2.0.0; python_version >= '3.11'", diff --git a/packages/google-api-core/testing/constraints-async-rest-3.10.txt b/packages/google-api-core/testing/constraints-async-rest-3.10.txt index 56e66c158ec0..cfa4ed99ceb9 100644 --- a/packages/google-api-core/testing/constraints-async-rest-3.10.txt +++ b/packages/google-api-core/testing/constraints-async-rest-3.10.txt @@ -12,8 +12,4 @@ requests==2.25.0 grpcio==1.41.0 grpcio-status==1.41.0 proto-plus==1.22.3 -# Note: We pin aiohttp to 3.9.2 to avoid deprecation warnings about '@coroutine' -# decorators which were deprecated since Python 3.8. When older versions of aiohttp -# load, because they used @coroutine deep inside their internals, the warnings -# bubble up and cause our nox session to fail. -aiohttp==3.9.2 +aiohttp==3.13.4