From b556777dedc26ab2e103c5ef60301b9d15bb6b8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 06:07:17 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.31.0 in /backend 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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