From 284faf568fc1b289bb0cb54f78a5c9e5168cf374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:21:20 +0000 Subject: [PATCH] Bump flask from 2.3.3 to 3.1.3 in /requirements 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] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index b0013f4..9bdb175 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -4,7 +4,7 @@ blinker==1.6.2 cffi==1.17.1 Click==8.1.3 gunicorn==23.0.0 -Flask==2.3.3 +Flask==3.1.3 Flask-Bcrypt==1.0.1 Flask-Login==0.6.3 Flask-Mail==0.10.0 # No recent updates