From 94ccacf7ce8d5d9a850fa08a2540d36f3ff1e26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:50:18 +0000 Subject: [PATCH 1/2] chore(deps): bump requests in /packages/google-api-core Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.33.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.25.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/google-api-core/testing/constraints-3.10.txt | 2 +- .../google-api-core/testing/constraints-async-rest-3.10.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-api-core/testing/constraints-3.10.txt b/packages/google-api-core/testing/constraints-3.10.txt index 444eb4f13dcf..07383c39e70d 100644 --- a/packages/google-api-core/testing/constraints-3.10.txt +++ b/packages/google-api-core/testing/constraints-3.10.txt @@ -8,7 +8,7 @@ googleapis-common-protos==1.63.2 protobuf==4.25.8 google-auth==2.14.1 -requests==2.25.0 +requests==2.33.0 grpcio==1.41.0 grpcio-status==1.41.0 proto-plus==1.22.3 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 cfa4ed99ceb9..d88e503ad296 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 @@ -8,7 +8,7 @@ googleapis-common-protos==1.63.2 protobuf==4.25.8 google-auth==2.14.1 -requests==2.25.0 +requests==2.33.0 grpcio==1.41.0 grpcio-status==1.41.0 proto-plus==1.22.3 From 2ee043d6b62e2cd30d2789dc0f3e10b8367e5fe9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 11 May 2026 11:52:18 -0400 Subject: [PATCH 2/2] bump requests to 2.33.0 --- packages/google-api-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-api-core/pyproject.toml b/packages/google-api-core/pyproject.toml index 19642422ac21..933de50c443d 100644 --- a/packages/google-api-core/pyproject.toml +++ b/packages/google-api-core/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "proto-plus >= 1.22.3, < 2.0.0", "proto-plus >= 1.25.0, < 2.0.0; python_version >= '3.13'", "google-auth >= 2.14.1, < 3.0.0", - "requests >= 2.25.0, < 3.0.0", + "requests >= 2.33.0, < 3.0.0", ] dynamic = ["version"]