From a917c53eda49bcac39ea0b83f317720b734d146e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:14:50 +0000 Subject: [PATCH] Bump flask from 2.2.2 to 2.3.2 Bumps [flask](https://github.com/pallets/flask) from 2.2.2 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/2.2.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99d15b5..522fcbf 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def run(self): install.run(self) requirements = [ - 'Flask==2.2.2', + 'Flask==2.3.2', 'bjoern>=3.2.1', 'RestrictedPython>=5.2', 'sacn>=1.8.1',