From 955ae4f3570c4523258c2e1044066f1702339e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:14:45 +0100 Subject: [PATCH] build(deps): bump flask from 0.12.1 to 2.2.5 in /examples/python (#247) Bumps [flask](https://github.com/pallets/flask) from 0.12.1 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/0.12.1...2.2.5) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 200fdf38..72f88c11 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1 +1 @@ -Flask==0.12.1 \ No newline at end of file +Flask==2.2.5 \ No newline at end of file