From 052ed07bb680c99f8d5b76af7a826d9fcd4a0837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 03:05:06 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 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.23...1.24.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 40cfea4..d25f95e 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'tqdm==4.19.5', 'typed-ast==1.1.0', 'typing==3.6.4', - 'urllib3==1.23', + 'urllib3==1.24.2', 'xlrd==1.1.0' ]