From d92f8c5df24653f0ad0e287d6da0fdc265db0952 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2019 15:25:59 +0000 Subject: [PATCH] Update flask requirement from ~=1.0.2 to >=1.0.2,<1.2.0 Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [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/1.0.2...1.1.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ccb4db1..d12fc0a 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ "scipy>=1.1.0", "pyyaml>=5.1", "tqdm~=4.39.0", - "flask~=1.0.2", + "flask>=1.0.2,<1.2.0", "psutil~=5.6.3", "jsonpickle~=1.0", "GPy[plotting]~=1.9.9",