From dba6217a4f4ee786db3ebf889a516b5b66dd59a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:04:42 +0000 Subject: [PATCH] Bump urllib3 from 1.9 to 1.26.5 in /UI Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.9 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.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- UI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/requirements.txt b/UI/requirements.txt index f490293..9182990 100644 --- a/UI/requirements.txt +++ b/UI/requirements.txt @@ -15,5 +15,5 @@ requests==2.3.0 scikit-learn==0.15.0 scipy==0.14.0 six==1.7.3 -urllib3==1.9 +urllib3==1.26.5 wsgiref==0.1.2