From a1ab6e2180552a298a266544478260eb27e93733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 18:54:29 +0000 Subject: [PATCH] Bump flask Bumps [flask](https://github.com/pallets/flask) from 3.1.0 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/3.1.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../app/ch15_deploy/final/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/data-driven-web-apps-with-flask/app/ch15_deploy/final/requirements.txt b/demos/data-driven-web-apps-with-flask/app/ch15_deploy/final/requirements.txt index 19fc8c4..3882858 100644 --- a/demos/data-driven-web-apps-with-flask/app/ch15_deploy/final/requirements.txt +++ b/demos/data-driven-web-apps-with-flask/app/ch15_deploy/final/requirements.txt @@ -6,7 +6,7 @@ blinker==1.9.0 # via flask click==8.1.8 # via flask -flask==3.1.0 +flask==3.1.3 # via -r requirements.piptools itsdangerous==2.2.0 # via flask