From 4d09738f821fa7c4bb2e0090748abaa5d581ccd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 23:42:53 +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 +- requirements_py3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e2f85c..4a2d771 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Babel==1.3 -Flask==0.10.1 +Flask==1.0 Flask-Babel==0.9 Flask-SQLAlchemy==1.0 Jinja2==2.7.2 diff --git a/requirements_py3.txt b/requirements_py3.txt index 8f4660c..3d7cf01 100644 --- a/requirements_py3.txt +++ b/requirements_py3.txt @@ -1,6 +1,6 @@ Babel==1.3 Cython==0.20.1 -Flask==0.10.1 +Flask==1.0 Flask-Babel==0.9 Flask-SQLAlchemy==1.0 Jinja2==2.7.2