From 6be74e7da1b2c7b8ecab4b5933a92b5820ea44e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 15:27:33 +0000 Subject: [PATCH] Bump flask from 0.11.1 to 1.0 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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index 85695c8..f6a5f8e --- a/Pipfile +++ b/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 = "*"