From e0a43f4b0188fbe42ac07889cae5248ef88a3ad3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 13:13:39 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 1.0 in /3gm 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] --- 3gm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3gm/requirements.txt b/3gm/requirements.txt index 05953cc..54a3042 100644 --- a/3gm/requirements.txt +++ b/3gm/requirements.txt @@ -1,4 +1,4 @@ -flask==0.12.3 +flask==1.0 Flask_RESTful==0.3.6 pytest==3.3.1 Markdown==2.6.11