diff --git a/config/requirements.txt b/config/requirements.txt index 28c25df..32da6ce 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -3,5 +3,5 @@ pbkdf2==1.3 PyJWT==1.6.1 psycopg2-binary==2.7.5 uri==2.0.0 -urllib3==1.23 +urllib3==1.24.2 web.py==0.39 diff --git a/src/api.py b/src/api.py index 988b9f1..e702ad6 100644 --- a/src/api.py +++ b/src/api.py @@ -14,7 +14,7 @@ PyJWT==1.6.1 psycopg2-binary==2.7.5 uri==2.0.0 - urllib3==1.20 + urllib3==1.24.2 web.py==0.39 """