From 805b29006f695528a9e9424d3e954f9127c53704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 21:33:05 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /problems/webdev/flask_team_project 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] --- problems/webdev/flask_team_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/webdev/flask_team_project/requirements.txt b/problems/webdev/flask_team_project/requirements.txt index 6a80c2b..4e8ead3 100644 --- a/problems/webdev/flask_team_project/requirements.txt +++ b/problems/webdev/flask_team_project/requirements.txt @@ -1,4 +1,4 @@ -Flask==0.12.2 +Flask==1.0 meetup-api==0.1.1 Flask-WTF==0.14.2 flask-debugtoolbar==0.10.1