From 47353c5e1fa237afbee21067bdb65b5cfb10312f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:10:12 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 1.0 in /webhooktranslator Bumps [flask](https://github.com/pallets/flask) from 0.12.3 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.3...1.0) Signed-off-by: dependabot[bot] --- webhooktranslator/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhooktranslator/setup.py b/webhooktranslator/setup.py index 8e8bcd6ef..3f73fc5b8 100644 --- a/webhooktranslator/setup.py +++ b/webhooktranslator/setup.py @@ -10,7 +10,7 @@ packages=find_packages(), install_requires=[ 'jira==1.0.10', - 'flask==0.12.3', + 'flask==1.0', 'flup==1.0.2' ], entry_points={