From 11bc69bd64adee16642792d998f4f7efc5613761 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Oct 2020 12:48:44 +0000 Subject: [PATCH] Bump urllib3 from 1.10 to 1.24.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.10 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.10...1.24.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1eecd6b..3ebcf30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ nose mock ipython oauth2==1.9.0.post1 -urllib3==1.10 +urllib3==1.24.2 httplib2.system-ca-certs-locater==0.1.2 diff --git a/setup.py b/setup.py index bc6cb0e..1974e40 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ def run(self): author_email='python@upwork.com', maintainer='Maksym Novozhylov', maintainer_email='mnovozhilov@upwork.com', - install_requires=['oauth2==1.9.0.post1', 'urllib3==1.10', 'httplib2.system-ca-certs-locater==0.1.2'], + install_requires=['oauth2==1.9.0.post1', 'urllib3==1.24.2', 'httplib2.system-ca-certs-locater==0.1.2'], packages=find_packages(), license='BSD', download_url='http://github.com/upwork/python-upwork',