From 80ae221a9b01d24cfc2168be2346e81b7c628268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:28:17 +0000 Subject: [PATCH] Bump urllib3 from 1.9 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.9 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.9...1.24.2) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 7e5936f..006913d --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ author='Isaac Cook', author_email='isaac@simpload.com', url='http://www.python.org/sigs/distutils-sig/', - install_requires=['future==0.11.2', 'urllib3==1.9'], + install_requires=['future==0.11.2', 'urllib3==1.24.2'], extras_require={ "quark": ["quark_hash"], "ltc": ["ltc_scrypt"],