From 2212abd664182ad95749006d84f9aa511ba1a5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 16:48:02 +0000 Subject: [PATCH] Bump werkzeug from 0.12.2 to 0.15.3 in /mgnt-console/conf Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.12.2 to 0.15.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.12.2...0.15.3) Signed-off-by: dependabot[bot] --- mgnt-console/conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgnt-console/conf/requirements.txt b/mgnt-console/conf/requirements.txt index a51a87a..8e1508b 100644 --- a/mgnt-console/conf/requirements.txt +++ b/mgnt-console/conf/requirements.txt @@ -26,5 +26,5 @@ requests==2.18.2 simplejson==3.11.1 six==1.10.0 urllib3==1.21.1 -Werkzeug==0.12.2 +Werkzeug==0.15.3 wrapt==1.10.10