From eaa53f055a978336083cb842357575b8f748bc01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 18:58:03 +0000 Subject: [PATCH] Bump flask from 0.10.1 to 1.0 Bumps [flask](https://github.com/pallets/flask) from 0.10.1 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.10.1...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 f0a3444..f6d051b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ decorator==4.0.9 Eve==0.5.3 Eve-SQLAlchemy==0.4.1 Events==0.2.1 -Flask==0.10.1 +Flask==1.0 Flask-PyMongo==0.3.1 Flask-SQLAlchemy==2.1 ipython==4.1.1 diff --git a/setup.py b/setup.py index 8cf2eed..43f21b9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ packages = find_packages(), include_package_data = True, install_requires = [ - 'Flask==0.10.1', + 'Flask==1.0', 'werkzeug==0.10.4', 'Eve==0.5.3', 'eve-sqlalchemy',