From 1c0156ecca1749925d3cfa27be572fc184508f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 20:28:08 +0000 Subject: [PATCH] Bump urllib3 from 1.24.1 to 1.24.2 in /docker/plotter 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] --- docker/plotter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/plotter/requirements.txt b/docker/plotter/requirements.txt index 95fc0e6..6e825eb 100644 --- a/docker/plotter/requirements.txt +++ b/docker/plotter/requirements.txt @@ -15,6 +15,6 @@ pyparsing==2.3.0 python-dateutil==2.7.5 s3transfer==0.1.13 six==1.12.0 -urllib3==1.24.1 +urllib3==1.24.2 waitress==1.1.0 Werkzeug==0.14.1