From 49dae8fc114ff3bf9c923c547c8d034d8d9a4959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 May 2023 19:19:56 +0000 Subject: [PATCH] chore: bump flask from 2.3.1 to 2.3.2 in /integration/examples Bumps [flask](https://github.com/pallets/flask) from 2.3.1 to 2.3.2. - [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.1...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production update-type: version-update:semver-patch ... 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 ebeaca346a6..5aad892a97a 100644 --- a/integration/examples/buildpacks-python/requirements.txt +++ b/integration/examples/buildpacks-python/requirements.txt @@ -1 +1 @@ -Flask==2.3.1 +Flask==2.3.2