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',