From 93c9f00ced1e45f86c06741cf55bbac7b7873564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 21:06:20 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /example6/webapp 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] --- example6/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example6/webapp/requirements.txt b/example6/webapp/requirements.txt index 5ef7b2c..8f48653 100644 --- a/example6/webapp/requirements.txt +++ b/example6/webapp/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.2 +Flask==1.0 uWSGI==2.0.15 \ No newline at end of file