From 08d04c8dfd5365e309ed07d24619d421a65b34b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:18:48 +0000 Subject: [PATCH] chore(deps): bump flask from 2.2.5 to 3.1.3 in /coordinator 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] --- coordinator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coordinator/requirements.txt b/coordinator/requirements.txt index 3a68eb7db874..9388188eafd2 100644 --- a/coordinator/requirements.txt +++ b/coordinator/requirements.txt @@ -13,7 +13,7 @@ connexion == 2.14.2 werkzeug == 3.0.3; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 -Flask == 2.2.5 +Flask == 3.1.3 Flask-Cors == 5.0.0 urllib3 >= 1.25.3, < 2.1.0 pydantic >= 2