From 19cf5d2eed6021466294516bce57479c87a09c6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:03:01 +0000 Subject: [PATCH] Bump flask from 0.12.2 to 2.2.5 in /starter Bumps [flask](https://github.com/pallets/flask) from 0.12.2 to 2.2.5. - [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...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production ... 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..d0dd5631a0 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==2.2.5 Flask-Bootstrap==3.3.7.1 # Other utilities