From 272fd7c90cb944facef83d41a45dfaa30451a3bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 03:05:19 +0000 Subject: [PATCH] Bump werkzeug from 0.9.6 to 0.15.3 in /planout-editor Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.6 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.9.6...0.15.3) Signed-off-by: dependabot[bot] --- planout-editor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planout-editor/requirements.txt b/planout-editor/requirements.txt index d60c7ee..73350fa 100644 --- a/planout-editor/requirements.txt +++ b/planout-editor/requirements.txt @@ -2,7 +2,7 @@ Flask==0.10.0 Jinja2==2.7.3 MarkupSafe==0.23 PlanOut==0.5 -Werkzeug==0.9.6 +Werkzeug==0.15.3 gunicorn==18.0 itsdangerous==0.24 wsgiref==0.1.2