From a4b6a75eaf7a16c48fcb0fda6ad4345f1f1541ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 22:00:51 +0000 Subject: [PATCH] Bump urllib3 from 1.22 to 1.24.2 in /noire Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.22...1.24.2) Signed-off-by: dependabot[bot] --- noire/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noire/requirements.txt b/noire/requirements.txt index 84a011a..a7c34e7 100644 --- a/noire/requirements.txt +++ b/noire/requirements.txt @@ -28,6 +28,6 @@ simplegeneric==0.8.1 six==1.11.0 tqdm==4.23.0 traitlets==4.3.2 -urllib3==1.22 +urllib3==1.24.2 wcwidth==0.1.7 wrapt==1.10.11