From 28ffd5d3ceef1c0766c1e5bd54ef1ba24547e5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jun 2021 03:33:26 +0000 Subject: [PATCH] Bump urllib3 from 1.24.3 to 1.26.5 in /web/back/osint-back 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] --- web/back/osint-back/back_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/back/osint-back/back_requirements.txt b/web/back/osint-back/back_requirements.txt index 1081acb..31e4bba 100644 --- a/web/back/osint-back/back_requirements.txt +++ b/web/back/osint-back/back_requirements.txt @@ -5,5 +5,5 @@ pyjwt==1.7.1 Flask-Cors==3.0.8 peewee==3.8.0 gevent==1.4.0 -urllib3==1.24.3 +urllib3==1.26.5 numpy==1.15.0