From e44a683b9017fe0db6bb5df5db9ce57fd53573ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 06:11:34 +0000 Subject: [PATCH] chore(deps): Bump flask in /examples/knative/python/kn-py-vm-attr Bumps [flask](https://github.com/pallets/flask) from 2.1.2 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.1.2...2.3.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/knative/python/kn-py-vm-attr/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/knative/python/kn-py-vm-attr/requirements.txt b/examples/knative/python/kn-py-vm-attr/requirements.txt index b5430fbd..737f2230 100644 --- a/examples/knative/python/kn-py-vm-attr/requirements.txt +++ b/examples/knative/python/kn-py-vm-attr/requirements.txt @@ -2,7 +2,7 @@ cloudevents==1.2.0 deprecation==2.1.0 packaging==21.3 pyparsing==3.0.9 -Flask==2.1.2 +Flask==2.3.2 click==8.1.3 importlib-metadata==4.11.4 zipp==3.8.0