From 11a58114bfec88cf07c7aa0c2d673544bf37bde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:19:31 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.4. - [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.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 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..e87610940c 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.32.4 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..88c74f610b 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.32.4 # via # -r third_party/requirements.in # google-api-core