From d88507684a54ab681dc68fcd735fbf3078b99e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 20:12:52 +0000 Subject: [PATCH] Bump flask from 0.12.3 to 2.3.2 in /webhooktranslator Bumps [flask](https://github.com/pallets/flask) from 0.12.3 to 2.3.2. - [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.3...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... 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..925ebb6c7 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==2.3.2', 'flup==1.0.2' ], entry_points={