From 7bb29cf6d7bc14500065edc9d6e3797ac73821b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:09:19 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.0.6 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.6. - [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.4...2.0.6) --- 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 ed1ea27..2407904 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.4 +urllib3==2.0.6 # via -r requirements.in whitenoise==6.5.0 # via -r requirements.in