From 6f4c156d6afcd7275b04a36624d00a895d7329a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 02:32:05 +0000 Subject: [PATCH] Bump flask in /chapter-6/6-adding-a-request-indicator Bumps [flask](https://github.com/pallets/flask) from 2.3.3 to 3.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- chapter-6/6-adding-a-request-indicator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-6/6-adding-a-request-indicator/requirements.txt b/chapter-6/6-adding-a-request-indicator/requirements.txt index d89fc1bb..2cbbe33b 100644 --- a/chapter-6/6-adding-a-request-indicator/requirements.txt +++ b/chapter-6/6-adding-a-request-indicator/requirements.txt @@ -1,4 +1,4 @@ -Flask==2.3.3 +Flask==3.0.0 pytest==7.4.2 typing-extensions==4.8.0 Werkzeug==3.0.1