From d73726770c19af3265e8106174da85527c5146f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:38:43 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /app Bumps [flask](https://github.com/pallets/flask) from 0.12.2 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.12.2...1.0) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index cf05233..7814569 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ aniso8601==3.0.0 click==6.7 dependency-injector==3.11.3 -Flask==0.12.2 +Flask==1.0 Flask-Cors==3.0.3 Flask-JWT-Simple==0.0.3 Flask-RESTful==0.3.6