From e046b117c9b646f4184938eab4a6a52ea9aebb8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:38:34 +0000 Subject: [PATCH] chore: bump flask from 2.3.3 to 3.0.0 in /integration/examples 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] --- integration/examples/buildpacks-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/examples/buildpacks-python/requirements.txt b/integration/examples/buildpacks-python/requirements.txt index 597ce19788d..047e9501aa8 100644 --- a/integration/examples/buildpacks-python/requirements.txt +++ b/integration/examples/buildpacks-python/requirements.txt @@ -1 +1 @@ -Flask==2.3.3 +Flask==3.0.0