From cec4cbd4e08d6595df6f5c23d90f90ce725d1295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:34:49 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb4ec36..81ba7b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ beautifulsoup4==4.6.0 -flask==0.12.2 +flask==1.0 flask-sqlalchemy==2.3.2 gunicorn==19.7.1 redis==2.10.6 diff --git a/setup.py b/setup.py index 8ae8b65..07e1afa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author_email='ptbrodie@gmail.com', install_requires=[ 'beautifulsoup4==4.6.0', - 'Flask==0.12.2', + 'Flask==1.0', 'Flask-SQLAlchemy==2.3.2', 'gunicorn==19.7.1', 'redis==2.10.6',