From a92eb277b52d2e2e7fdbd7d03a0066c88a3e33d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:28:20 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /rest/rest_api_project 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] --- rest/rest_api_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/rest_api_project/requirements.txt b/rest/rest_api_project/requirements.txt index 1d2caaf..6fed584 100644 --- a/rest/rest_api_project/requirements.txt +++ b/rest/rest_api_project/requirements.txt @@ -4,7 +4,7 @@ chardet==3.0.4 click==6.7 cov-core==1.15.0 elasticsearch>=5.0.0,<6.0.0 -Flask==0.12.2 +Flask==1.0 flask-restplus==0.10.0 Flask-SQLAlchemy==2.1 idna==2.5