From 02fc8bd53cc6055e6f413d11836288b876095f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:29:59 +0000 Subject: [PATCH] Bump flask from 2.2.5 to 3.1.3 Bumps [flask](https://github.com/pallets/flask) from 2.2.5 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.5...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43d5c0d2..bd554b72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ celery==5.3.4 cryptography==43.0.1 decorator==4.3.0 docutils==0.20 -flask==2.2.5 +flask==3.1.3 flower==2.0.1 idna==3.7 importlib-metadata>=6.6.0