From d75ba49aa0a27cfe49d19092cd48c5b2a0ca3703 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2019 22:59:09 +0000 Subject: [PATCH] Bump flask from 0.11.1 to 1.0 Bumps [flask](https://github.com/pallets/flask) from 0.11.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.11.1...1.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f3ef2b..17b84c1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "Programming Language :: Python :: 3.5", ], install_requires=[ - "Flask==0.11.1", # BSD + "Flask==1.0", # BSD "PyYAML>=3.10.0", # MIT "jsonschema>=2.0.0,!=2.5.0,<3.0.0", # MIT "six>=1.9.0", # MIT