From b6a16cdba5794c2138e67bc723c261cdcb89bed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:38:06 +0000 Subject: [PATCH] Bump flask from 2.3.3 to 3.1.3 in /client Bumps [flask](https://github.com/pallets/flask) from 2.3.3 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.3.3...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 587e8eb..5e60321 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -5,4 +5,4 @@ numpy>=1.24.0 openai>=1.3.0 python-dotenv>=1.0.0 pathlib>=1.0.1 -Flask==2.3.3 \ No newline at end of file +Flask==3.1.3 \ No newline at end of file