From 73abd8a83ac871306a19619dd09b19f5f3c3eeb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 18:11:06 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.31.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.31.0...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- third_party/requirements.in | 2 +- third_party/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/third_party/requirements.in b/third_party/requirements.in index b62be9f309..f289c318e2 100644 --- a/third_party/requirements.in +++ b/third_party/requirements.in @@ -22,7 +22,7 @@ psutil==5.9.6 pyasn1==0.5.0 pyasn1-modules==0.3.0 pytz==2018.9 -requests==2.31.0 +requests==2.33.0 rsa==4.9 scipy==1.11.3 six==1.16.0 diff --git a/third_party/requirements.txt b/third_party/requirements.txt index 1080c77612..b6a3d668d4 100644 --- a/third_party/requirements.txt +++ b/third_party/requirements.txt @@ -115,7 +115,7 @@ pytz==2018.9 # via -r third_party/requirements.in pyyaml==6.0.1 # via -r third_party/requirements.in -requests==2.31.0 +requests==2.33.0 # via # -r third_party/requirements.in # google-api-core