From d60fcea6969f8ec1ba129cf84a2604218d51818d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:33:57 +0000 Subject: [PATCH] Bump flask from 2.2.5 to 3.1.3 in /docs/sphinx 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] --- docs/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/requirements.txt b/docs/sphinx/requirements.txt index b8c28cdf..d9ddd0b5 100644 --- a/docs/sphinx/requirements.txt +++ b/docs/sphinx/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