From bfec4b18c0c839ae71ab3f2419c333ad12a5a33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:02:48 +0000 Subject: [PATCH] chore(deps): Bump flask from 2.2.2 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 3.1.3. - [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...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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 6bb1058..ab3ee92 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ include_package_data=True, install_requires=( 'click==8.1.3', - 'flask==2.2.2', + 'flask==3.1.3', 'itsdangerous==2.1.2', 'jinja2==3.1.2', 'markdown==3.4.1',