From f46e9b696782c31aeddd74d2fd20b5d3fcf1cbb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:04:17 +0000 Subject: [PATCH] Bump flask from 1.0.0 to 1.1.1 in /flasktaskr Bumps [flask](https://github.com/pallets/flask) from 1.0.0 to 1.1.1. - [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/1.0...1.1.1) Signed-off-by: dependabot[bot] --- flasktaskr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flasktaskr/requirements.txt b/flasktaskr/requirements.txt index 8a924e8..c306dfc 100644 --- a/flasktaskr/requirements.txt +++ b/flasktaskr/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.0.0 +Flask==1.1.1 Flask-SQLAlchemy==2.1 Flask-WTF==0.12 Jinja2==2.8