From f01ae4181b1c1b7f407654656303493c934d3628 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 16:27:44 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 1.0 in /api Bumps [flask](https://github.com/pallets/flask) from 0.12.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.12.2...1.0) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 63e97b8..263a473 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -3,7 +3,7 @@ certifi==2017.11.5 chardet==3.0.4 click==6.7 enum34==1.1.6 -Flask==0.12.2 +Flask==1.0 gunicorn==19.7.1 h5py==2.7.1 html5lib==0.9999999