From 1753d2fa5ebea8cd207dd63c84795c88b820bdad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 21:09:58 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /pokes 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] --- pokes/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokes/requirements.txt b/pokes/requirements.txt index c8d85ba..c78636e 100644 --- a/pokes/requirements.txt +++ b/pokes/requirements.txt @@ -12,7 +12,7 @@ decorator==4.2.1 Django==1.11.10 enum34==1.1.6 feedparser==5.2.1 -Flask==0.12.2 +Flask==1.0 Flask-SQLAlchemy==2.1 html2text==2017.10.4 ipython==5.5.0