From 24c80f9f73f34b94182b773aabff8f7a14355df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 01:11:02 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 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.3...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_requirements.txt b/demo_requirements.txt index f69c2d6..eb03a2b 100644 --- a/demo_requirements.txt +++ b/demo_requirements.txt @@ -28,6 +28,6 @@ tensorboardX==1.6 toolz==0.9.0 torch==0.4.1 torchvision==0.2.2.post3 -urllib3==1.24.3 +urllib3==1.26.5 Werkzeug==0.15.2 WTForms==2.2.1