From b91d9d4a5e4ee0fd944d093b2b4183b431c60980 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 13:58:13 +0000 Subject: [PATCH] Bump flask from 0.10.1 to 1.0 in /containers/ckan/config Bumps [flask](https://github.com/pallets/flask) from 0.10.1 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.10.1...1.0) Signed-off-by: dependabot[bot] --- containers/ckan/config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/ckan/config/requirements.txt b/containers/ckan/config/requirements.txt index 7e12c29..4eb4b40 100644 --- a/containers/ckan/config/requirements.txt +++ b/containers/ckan/config/requirements.txt @@ -10,7 +10,7 @@ Beaker==1.8.0 bleach==1.4.3 decorator==4.0.6 # via pylons, sqlalchemy-migrate fanstatic==0.12 -Flask==0.10.1 +Flask==1.0 FormEncode==1.3.0 html5lib==0.9999999 # via bleach itsdangerous==0.24 # via flask