From 8d28e43111ef2f4c420d6c765f6a7040f63d1a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 06:29:56 +0000 Subject: [PATCH] Bump urllib3 from 1.26.11 to 2.0.4 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 2.0.4. - [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/1.26.11...2.0.4) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35821bda23b..5be4badbc87 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ redis==4.5.5 requests==2.31.0 sqlalchemy==1.4.46 # Required by Celery broker transport supervisor==4.2.5 -urllib3==1.26.11 +urllib3==2.0.4 uWSGI==2.0.21 vobject==0.9.6.1 whitenoise==5.2.0