From 36db464cbbec9bf03804ae25b5e98f2b050d47d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:13:13 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.0.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 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 2407904..d7e0131 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -67,7 +67,7 @@ tzdata==2023.3 # via pytz-deprecation-shim tzlocal==5.0.1 # via apscheduler -urllib3==2.0.6 +urllib3==2.0.7 # via -r requirements.in whitenoise==6.5.0 # via -r requirements.in