From 15c4a0bccbedbdecbd67bb9c74fd41187a38ac44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 04:13:11 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /module_api 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] --- module_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module_api/requirements.txt b/module_api/requirements.txt index 1adbf77..a8c7fa7 100644 --- a/module_api/requirements.txt +++ b/module_api/requirements.txt @@ -6,7 +6,7 @@ # Note: The `lib` directory is added to `sys.path` by `appengine_config.py`. coverage==4.4.1 feedparser==5.2.1 -Flask==0.12.2 +Flask==1.0 GoogleAppEngineCloudStorageClient==1.9.22.1 google-api-python-client==1.6.2 mock==1.3.0