diff --git a/requirements.txt b/requirements.txt index 0de78fd..3e5789e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ oauth2client==4.1.3 requests-toolbelt==0.9.1 python-jwt==3.2.4 pycryptodome==3.9.0 -urllib3==1.25.5 \ No newline at end of file +urllib3==1.26.5 \ No newline at end of file diff --git a/setup.py b/setup.py index 95bf54a..3a50e41 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ 'requests_toolbelt==0.9.1', 'python_jwt==3.2.4', 'pycryptodome==3.9.0', - 'urllib3==1.25.5' + 'urllib3==1.26.5' ] )