From 20228e246a92375eef74cb87c1054af6142b5876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 14:40:39 +0000 Subject: [PATCH] Bump flask from 0.12.5 to 1.0 in /docker Bumps [flask](https://github.com/pallets/flask) from 0.12.5 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.5...1.0) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index f67b9dc..5cf7f64 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,5 +1,5 @@ # Packages directly required by the application -Flask==0.12.5 +Flask==1.0 Flask-SQLAlchemy==2.3.2 pytz==2017.3 uWSGI==2.0.15