From 525e22f3bbdc6ab2ae45af1acfbf41e9c6f242e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:11:37 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.24.2 in /TestRunner/WebSocketAutomation Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.24.1...1.24.2) Signed-off-by: dependabot[bot] --- TestRunner/WebSocketAutomation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TestRunner/WebSocketAutomation/requirements.txt b/TestRunner/WebSocketAutomation/requirements.txt index ab48efc..90ef912 100644 --- a/TestRunner/WebSocketAutomation/requirements.txt +++ b/TestRunner/WebSocketAutomation/requirements.txt @@ -14,7 +14,7 @@ pyparsing==2.2.0 requests==2.21.0 six==1.10.0 tqdm==4.15.0 -urllib3==1.24.1 +urllib3==1.24.2 virtualenv==15.1.0 websocket-client==0.44.0 wrapt==1.10.10