From bec14be60ed5ede4649ee8da3a1e066fe32cca5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 07:23:01 +0000 Subject: [PATCH] Bump flask from 0.7.2 to 1.0 in /notification_server Bumps [flask](https://github.com/pallets/flask) from 0.7.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.7.2...1.0) Signed-off-by: dependabot[bot] --- notification_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification_server/requirements.txt b/notification_server/requirements.txt index c2d969e..a14dd94 100644 --- a/notification_server/requirements.txt +++ b/notification_server/requirements.txt @@ -1,2 +1,2 @@ -Flask==0.7.2 +Flask==1.0 datetime