From 4763374eef1d778771de9c84219c9a04c121a712 Mon Sep 17 00:00:00 2001 From: Mehdy Bohlool Date: Mon, 17 Dec 2018 10:19:33 +1100 Subject: [PATCH] Potential security fix CVE-2018-20060 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3bf9656a52..5d84599325 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ certifi>=14.05.14 # MPL six>=1.9.0 # MIT python-dateutil>=2.5.3 # BSD setuptools>=21.0.0 # PSF/ZPL -urllib3>=1.19.1,!=1.21 # MIT +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