Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit c2e8c81

Browse files
committed
Merge branch 'master' of github.com:upwork/python-upwork
2 parents 75db566 + d8cb84c commit c2e8c81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
mock
33
ipython
44
oauth2==1.9.0.post1
5-
urllib3==1.22
5+
urllib3==1.25
66
httplib2==0.10.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def run(self):
7676
author_email='python@upwork.com',
7777
maintainer='Maksym Novozhylov',
7878
maintainer_email='mnovozhilov@upwork.com',
79-
install_requires=['oauth2==1.9.0.post1', 'urllib3==1.24.1'],
79+
install_requires=['oauth2==1.9.0.post1', 'urllib3==1.25.3'],
8080
packages=find_packages(),
8181
license='BSD',
8282
download_url='http://github.com/upwork/python-upwork',

0 commit comments

Comments
 (0)