From 755475fae1541d039be6d8969b1b5ae39a74019e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:01:39 +0000 Subject: [PATCH] Bump urllib3 from 1.23 to 1.24.2 in /client Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.23 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.23...1.24.2) Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index bc45e38..6959baa 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -6,5 +6,5 @@ lib==3.0.0 pathtools==0.1.2 PyYAML==3.13 requests==2.19.1 -urllib3==1.23 +urllib3==1.24.2 watchdog==0.8.3