From 8c8e6bab841cb2a50415eca554fbb85a8627952e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 22:56:30 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 backend/requirements.txt diff --git a/backend/requirements.txt b/backend/requirements.txt old mode 100755 new mode 100644 index 9a37f530..a6e6146c --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ alembic==0.9.6 flake8==3.5.0 -Flask==0.12.2 +Flask==1.0 Flask-Cors==3.0.3 Flask-Migrate==2.1.1 Flask-Script==2.0.6