From c4822bd1a5694e708a4b193fb46e90e4a454d6a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 19:12:56 +0000 Subject: [PATCH] Bump flask from 0.12.1 to 1.0 in /src/python/DoULikeMS Bumps [flask](https://github.com/pallets/flask) from 0.12.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.12.1...1.0) Signed-off-by: dependabot[bot] --- src/python/DoULikeMS/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/DoULikeMS/requirements.txt b/src/python/DoULikeMS/requirements.txt index 8b0b5ae..aae63af 100644 --- a/src/python/DoULikeMS/requirements.txt +++ b/src/python/DoULikeMS/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.12.1 +Flask==1.0 plotly