From 9183912c51b7ec73fef64cc697818bc663da2d66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:05:05 +0000 Subject: [PATCH] Bump werkzeug from 2.2.2 to 3.0.6 in /flask Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 3.0.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flask/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/requirements.txt b/flask/requirements.txt index 0c81b4a..238ff05 100644 --- a/flask/requirements.txt +++ b/flask/requirements.txt @@ -1,3 +1,3 @@ Flask==2.2.5 -Werkzeug==2.2.2 +Werkzeug==3.0.6 MarkupSafe==2.1.1