From a2f85e9a8514da522b9b301e8b220905c67dcf98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 21:13:17 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /back-end 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] --- back-end/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/requirements.txt b/back-end/requirements.txt index 200efbe8..e9fa95db 100644 --- a/back-end/requirements.txt +++ b/back-end/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.2 +Flask==1.0 flask-cors==3.0.2 \ No newline at end of file