From 59a464189887c9943ba5ee6c869448d495f33e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:58:58 -0700 Subject: [PATCH] chore(deps): bump flask from 2.0.1 to 2.2.5 in /packages/python (#913) Bumps [flask](https://github.com/pallets/flask) from 2.0.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/2.0.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> --- packages/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/requirements.txt b/packages/python/requirements.txt index f553ad62c..aef90c467 100644 --- a/packages/python/requirements.txt +++ b/packages/python/requirements.txt @@ -1,4 +1,4 @@ Django==3.2.20 -Flask==2.0.1 +Flask==2.2.5 requests==2.31.0 Werkzeug==2.2.3