From f038d6718bd426a8fd68b84db0ebaae50c8cc014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 10:37:22 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 1.0 in /rest-api-deploy/toy_project_v2/toy Bumps [flask](https://github.com/pallets/flask) from 0.12.3 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.3...1.0) Signed-off-by: dependabot[bot] --- rest-api-deploy/toy_project_v2/toy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-deploy/toy_project_v2/toy/requirements.txt b/rest-api-deploy/toy_project_v2/toy/requirements.txt index dc3ff15..d2fc10c 100644 --- a/rest-api-deploy/toy_project_v2/toy/requirements.txt +++ b/rest-api-deploy/toy_project_v2/toy/requirements.txt @@ -1,7 +1,7 @@ eventlet==0.31.0 gunicorn==19.7.0 jieba==0.38 -Flask==0.12.3 +Flask==1.0 requests>=2.20.0 PyYAML python-logstash==0.4.6