From 3363b7e49bc895483b76f1b8089bfd1dd5d29ddd Mon Sep 17 00:00:00 2001 From: micw523 Date: Thu, 25 Jul 2019 20:06:52 -0400 Subject: [PATCH] Update urllib3 for CVE-2019-11324 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d8459932..c7dcba582 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD setuptools>=21.0.0 # PSF/ZPL -urllib3>=1.23 # MIT pyyaml>=3.12 # MIT google-auth>=1.0.1 # Apache-2.0 ipaddress>=1.0.17;python_version=="2.7" # PSF @@ -10,3 +9,4 @@ websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC adal>=1.0.2 # MIT +urllib3>=1.24.2 # MIT