From 051db2a4a65130b49b23124e58e2aedeacf26d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 12:11:54 +0000 Subject: [PATCH] build(deps): bump flask from 2.2.3 to 3.1.1 in /backend Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 3.1.1. - [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.3...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8ef5e66fc..307ef6f09 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ -e ../tools #egg=code-coverage-tools connexion==2.14.2 datadog==0.51.0 -Flask==2.2.3 +Flask==3.1.1 Flask-Cors==6.0.0 flask-talisman==1.1.0 google-cloud-storage==2.18.2