From b8b388a62d7e37fd69fac90a9a6c4b5f06ad851d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:34:32 +0000 Subject: [PATCH] Bump requests from 2.20.0 to 2.31.0 in /scripts Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.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.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements-simple.txt | 2 +- scripts/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/requirements-simple.txt b/scripts/requirements-simple.txt index 2c307904..013ad1fc 100644 --- a/scripts/requirements-simple.txt +++ b/scripts/requirements-simple.txt @@ -1,4 +1,4 @@ -requests==2.20.0 +requests==2.31.0 six==1.10.0 PyYAML==5.4 ujson==1.33 \ No newline at end of file diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 9c2cd513..a637b688 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -29,7 +29,7 @@ pyproj==1.9.5.1 pystache==0.5.4 python-Levenshtein==0.12.0 python-geohash==0.8.5 -requests==2.20.0 +requests==2.31.0 s3transfer==0.1.3 six==1.10.0 ujson==1.35