From 89d5a2575a40243e25691e7a873d5b9e12943c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:01:42 +0000 Subject: [PATCH] Bump urllib3 from 1.24.2 to 1.26.5 in /deployment/docker-prod Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.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/1.24.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/docker-prod/REQUIREMENTS.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/docker-prod/REQUIREMENTS.txt b/deployment/docker-prod/REQUIREMENTS.txt index b99a3790..3b99b82c 100644 --- a/deployment/docker-prod/REQUIREMENTS.txt +++ b/deployment/docker-prod/REQUIREMENTS.txt @@ -26,7 +26,7 @@ beautifulsoup4==4.5.1 django-tinymce==2.6 django-filebrowser==3.7.2 django-tinymce-filebrowser==0.2.1 -urllib3==1.24.2 +urllib3==1.26.5 pyyaml==4.2b1 mock==3.0.5 future==0.18.2