From 2f90bc68096f3717cf955448ebb71379fa0fccc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:44:58 +0000 Subject: [PATCH] Bump requests from 2.20.1 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.20.1 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.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ecdcc7d..c0ace511 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ nose==1.3.7 pylint==2.3.1 pytest==4.6.3 python-dotenv==0.10.1 -requests==2.20.1 +requests==2.31.0 diff --git a/src/requirements.txt b/src/requirements.txt index 7fbc9bc4..a6698c78 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -18,5 +18,5 @@ opentracing_instrumentation==2.4.3 prometheus_client==0.4.2 pytz redis==2.10.5 -requests==2.20.1 +requests==2.31.0 simplejson==3.10.0