From 9811c1fa20e667f95b682de05402449b31b9dbbb Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 23 Apr 2019 10:23:54 -0700 Subject: [PATCH] chore: update urllib per CVE-2019-11324 affecting < 1.24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee3119c6..affd6139 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,6 +73,6 @@ twisted[tls]==18.9.0 txaio==18.8.1 # via autobahn typing==3.6.6 ua-parser==0.8.0 -urllib3==1.24.1 # via botocore, requests +urllib3==1.24.2 # via botocore, requests wsaccel==0.6.2 ; platform_python_implementation == "CPython" zope.interface==4.6.0