From 12b5b646aa73a56731d03b0855766ddc495673c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 02:16:17 +0000 Subject: [PATCH] Bump urllib3 from 1.24 to 1.24.2 in /back-end Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24 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.24.2) Signed-off-by: dependabot[bot] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index 8357e81..9098478 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -25,5 +25,5 @@ python-editor==1.0.3 requests==2.20.0 six==1.11.0 SQLAlchemy==1.2.13 -urllib3==1.24 +urllib3==1.24.2 Werkzeug==0.14.1