From 827ac85fe946fe9ed3513a48fe269a0e3333fcd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:44:28 +0000 Subject: [PATCH] Bump urllib3 from 1.7.1 to 1.26.5 in /FlaskApp Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.7.1 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.7.1...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- FlaskApp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlaskApp/requirements.txt b/FlaskApp/requirements.txt index 180b6f5..35b8f97 100644 --- a/FlaskApp/requirements.txt +++ b/FlaskApp/requirements.txt @@ -49,7 +49,7 @@ rsa==3.1.4 simplejson==3.3.1 six==1.9.0 ssh-import-id==3.21 -urllib3==1.7.1 +urllib3==1.26.5 wadllib==1.3.2 wheel==0.24.0 wsgiref==0.1.2