From 69ea15f940e3650532dcd85218076d06d8c17739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:01:40 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 in /docker Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 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.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 6d4225c..42bcd2b 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -58,6 +58,6 @@ rsa==4.7 six==1.15.0 text-unidecode==1.3 uritemplate==3.0.1 -urllib3==1.26.4 +urllib3==1.26.5 Werkzeug==1.0.1 WTForms==2.3.3