From 310035169ee81a80387a10f18096d394a2ee141a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 12:13:25 +0000 Subject: [PATCH] Upgrade: Bump flask from 0.12.3 to 1.0 in /lunch_recognition/app 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] --- lunch_recognition/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunch_recognition/app/requirements.txt b/lunch_recognition/app/requirements.txt index cfe6384..2b3ac95 100644 --- a/lunch_recognition/app/requirements.txt +++ b/lunch_recognition/app/requirements.txt @@ -1,4 +1,4 @@ tensorflow==1.5.0 pillow==5.0.0 numpy==1.14.1 -flask==0.12.3 \ No newline at end of file +flask==1.0 \ No newline at end of file