From 1391b5631843ba19111d5414940ddb4d7b8f7f4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 May 2025 23:17:25 +0000 Subject: [PATCH] Bump flask from 2.2.3 to 2.2.5 in /Ch14/app Bumps [flask](https://github.com/pallets/flask) from 2.2.3 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/2.2.3...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Ch14/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ch14/app/requirements.txt b/Ch14/app/requirements.txt index c05d987..0f4e7db 100644 --- a/Ch14/app/requirements.txt +++ b/Ch14/app/requirements.txt @@ -1 +1 @@ -flask==2.2.3 +flask==2.2.5