From e31102a973d03ff5f29a449b6c8001cd59cfb01b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:49:47 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [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.2) --- updated-dependencies: - dependency-name: requests 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..7f6bcf8fe9 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.2 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..7a6ba2fa31 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.2 # via # -r third_party/requirements.in # google-api-core