From a6b828e5a339c9b431f3e9ef9aed89239c61598f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:57:21 +0000 Subject: [PATCH] Bump flask from 0.12 to 1.0 in /app-container/conf Bumps [flask](https://github.com/pallets/flask) from 0.12 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.12...1.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app-container/conf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-container/conf/requirements.txt b/app-container/conf/requirements.txt index 4a5cb4c..578ac16 100644 --- a/app-container/conf/requirements.txt +++ b/app-container/conf/requirements.txt @@ -1 +1 @@ -Flask==0.12 +Flask==1.0