From b7767b17423ff3fbeae846adf9e23a27f1678d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 05:51:33 +0000 Subject: [PATCH] Bump flask from 0.12 to 1.0 in /hack Bumps [flask](https://github.com/pallets/flask) from 0.12 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...1.0) Signed-off-by: dependabot[bot] --- hack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/requirements.txt b/hack/requirements.txt index 624c529..0e9b249 100644 --- a/hack/requirements.txt +++ b/hack/requirements.txt @@ -3,7 +3,7 @@ joblib==0.11 networkx==1.11 wheel==0.29.0 nose==1.3.7 -flask==0.12 +flask==1.0 numpy==1.13.0 gunicorn==19.7.1 flask-cors==3.0.2