From 42e2df6ada4812a0b6f7ef13924f5ee3358462cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 03:05:15 +0000 Subject: [PATCH] Bump flask from 0.10.0 to 1.0 in /planout-editor Bumps [flask](https://github.com/pallets/flask) from 0.10.0 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.10...1.0) 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..99ef97d 100644 --- a/planout-editor/requirements.txt +++ b/planout-editor/requirements.txt @@ -1,4 +1,4 @@ -Flask==0.10.0 +Flask==1.0 Jinja2==2.7.3 MarkupSafe==0.23 PlanOut==0.5