From fb4370a5cac502e155f09fb66f660f4565de7f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:39:31 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 3.1.2 Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 3.1.2. - [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/0.12.2...3.1.2) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- starter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter/requirements.txt b/starter/requirements.txt index 7683dc56d9..dcd3703ed0 100644 --- a/starter/requirements.txt +++ b/starter/requirements.txt @@ -33,7 +33,7 @@ aequitas==0.42.0 altair==4.1.0 # Flask and extensions (for aequitas) -Flask==0.12.2 +Flask==3.1.2 Flask-Bootstrap==3.3.7.1 # Other utilities