From 4b0c40e6208dee1da436af3b27268231e6f9efc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:24:15 +0000 Subject: [PATCH] Bump flask from 2.3.3 to 3.1.1 in /backend-agent Bumps [flask](https://github.com/pallets/flask) from 2.3.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.3.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-agent/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend-agent/requirements.txt b/backend-agent/requirements.txt index 4aa9334..ed8cac3 100644 --- a/backend-agent/requirements.txt +++ b/backend-agent/requirements.txt @@ -2,7 +2,7 @@ generative-ai-hub-sdk[all]>=3.1.1 Deprecated==1.2.18 python-dotenv==1.1.1 faiss-cpu~=1.12.0 -Flask==2.3.3 +Flask==3.1.1 Flask-Cors==6.0.0 flask_sock==0.7.0 langchain~=0.2.16