From 2f15bb66450a28cfbbe7bd30ea981a663179891c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:07:40 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.28.2 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.28.2...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f80365b..89ae9b9 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -16,7 +16,7 @@ PyJWT==2.6.0 python-dateutil==2.8.2 python-dotenv==0.21.1 pytz==2022.2.1 -requests==2.28.2 +requests==2.31.0 six==1.16.0 sqlparse==0.4.2 tomli==2.0.1 diff --git a/requirements.txt b/requirements.txt index 1fbfcb3..3b005a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ psycopg2-binary==2.9.5 pycodestyle==2.10.0 python-dotenv==0.21.1 pytz==2022.2.1 -requests==2.28.2 +requests==2.31.0 sqlparse==0.4.2 tomli==2.0.1 urllib3==1.26.14