From dea22cc5dc2b501d423a69ad1002a37c941e76ba Mon Sep 17 00:00:00 2001 From: Javier Arias Date: Mon, 22 Apr 2019 12:19:00 +0100 Subject: [PATCH] patch urllib --- config/requirements.txt | 2 +- src/api.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 """