From 348b8a5b5a81211b7b0dcfcb32372d105db5509e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:57:04 +0000 Subject: [PATCH] Bump flask from 3.1.0 to 3.1.1 in /backend Bumps [flask](https://github.com/pallets/flask) from 3.1.0 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/3.1.0...3.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.1 dependency-type: direct:production ... 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 e03836c..71b713f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ cffi==1.17.1 charset-normalizer==3.4.2 click==8.1.8 cryptography==44.0.1 -Flask==3.1.0 +Flask==3.1.1 flask-cors==5.0.1 Flask-JWT-Extended==4.7.1 idna==3.10