From 690b0ce9c4002ff98cc583c842094266cd954729 Mon Sep 17 00:00:00 2001 From: Ulysses Souza Date: Tue, 14 May 2019 13:16:27 +0200 Subject: [PATCH] Bump urllib3 -> 1.24.3 Signed-off-by: Ulysses Souza --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb66c9f592..70f37e2069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ pypiwin32==219; sys_platform == 'win32' and python_version < '3.6' pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6' requests==2.20.0 six==1.10.0 -urllib3==1.24.1 +urllib3==1.24.3 websocket-client==0.40.0