From 139bb95099f691a4e8b28be66069a99dbad1e949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:16:34 +0000 Subject: [PATCH] Bump flask from 2.0.1 to 3.1.3 in /components/api/backend_python Bumps [flask](https://github.com/pallets/flask) from 2.0.1 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.0.1...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- components/api/backend_python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api/backend_python/requirements.txt b/components/api/backend_python/requirements.txt index 0f621fc..6206803 100644 --- a/components/api/backend_python/requirements.txt +++ b/components/api/backend_python/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. requests==2.26.0 -Flask==2.0.1 +Flask==3.1.3 gunicorn==20.1.0 audioread==2.1.9 google-cloud-storage==1.42.2