From a7066fad7e9d82c4fca9cab10fbe553d32092f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 10:19:18 +0000 Subject: [PATCH] Bump flask from 0.11.1 to 1.0 in /web Bumps [flask](https://github.com/pallets/flask) from 0.11.1 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.11.1...1.0) Signed-off-by: dependabot[bot] --- web/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/requirements.txt b/web/requirements.txt index d0c356c..260fd5a 100644 --- a/web/requirements.txt +++ b/web/requirements.txt @@ -1,6 +1,6 @@ aniso8601==1.1.0 click==6.6 -Flask==0.11.1 +Flask==1.0 Flask-RESTful==0.3.5 itsdangerous==0.24 Jinja2==2.8 @@ -14,7 +14,7 @@ ujson==1.35 Werkzeug==0.15.3 aniso8601==1.1.0 click==6.6 -Flask==0.11.1 +Flask==1.0 itsdangerous==0.24 Jinja2==2.8 MarkupSafe==0.23