From 4761b09cfdc327eadd4e0d9a531798b1f4a39221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:10:28 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 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.24.1...1.24.2) Signed-off-by: dependabot[bot] --- requirement.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement.txt b/requirement.txt index e9aa22b..32a650f 100644 --- a/requirement.txt +++ b/requirement.txt @@ -28,4 +28,4 @@ six==1.12.0 soupsieve==1.8 toolz==0.9.0 uritemplate==3.0.0 -urllib3==1.24.1 \ No newline at end of file +urllib3==1.24.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 39b6b0b..44b4b49 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,6 @@ "shellescape == 3.4.1", "six == 1.11.0", "toolz == 0.9.0", - "urllib3 == 1.22" + "urllib3 == 1.24.2" ], )