From 887afd3dfd38bec6a292956b7331d8a3adba1f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:08:23 +0000 Subject: [PATCH] security(deps): bump flask in /backend/api/src/main/python Bumps [flask](https://github.com/pallets/flask) from 2.1.1 to 3.1.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.1.1...3.1.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/api/src/main/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 backend/api/src/main/python/requirements.txt diff --git a/backend/api/src/main/python/requirements.txt b/backend/api/src/main/python/requirements.txt old mode 100755 new mode 100644 index 1ccaf60..befb166 --- a/backend/api/src/main/python/requirements.txt +++ b/backend/api/src/main/python/requirements.txt @@ -10,7 +10,7 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools >= 21.0.0 -Flask == 2.1.1 +Flask == 3.1.2 flask-cors >= 3.0.10 # AWS SDK and ORM