From ff634de4b90edfc99f1832b66a5eef6f426f119e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 17:27:58 +0000 Subject: [PATCH] Bump flask from 0.11.1 to 1.0 in /applications/custom-ml-engine-ibmcloud Bumps [flask](https://github.com/pallets/flask) from 0.11.1 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.11.1...1.0) Signed-off-by: dependabot[bot] --- applications/custom-ml-engine-ibmcloud/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 applications/custom-ml-engine-ibmcloud/Pipfile diff --git a/applications/custom-ml-engine-ibmcloud/Pipfile b/applications/custom-ml-engine-ibmcloud/Pipfile old mode 100755 new mode 100644 index 85695c8..f6a5f8e --- a/applications/custom-ml-engine-ibmcloud/Pipfile +++ b/applications/custom-ml-engine-ibmcloud/Pipfile @@ -11,6 +11,6 @@ name = "pypi" [packages] livereload ='*' ibmcloudenv ='~=0.0' -Flask = "==0.11.1" +Flask = "==1.0" gunicorn = "==19.7.1" prometheus-client = "*"