From 9594c540c4fb7ddee5451e1058718a79db48c3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 21:20:12 +0000 Subject: [PATCH] Bump urllib3 from 1.9 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.9 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.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... 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..18b7cd6 --- 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.26.5'], extras_require={ "quark": ["quark_hash"], "ltc": ["ltc_scrypt"],