From 248711aad9cce9e44dae30d282c57862a3dbc426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 00:09:55 +0000 Subject: [PATCH] Bump urllib3 from 2.0.4 to 2.0.5 in /backend Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.4 to 2.0.5. - [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...v2.0.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 21c14d4..2c90aa2 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.5 # via -r requirements.in whitenoise==6.5.0 # via -r requirements.in