From 7e35c3f092be570682f923b2f3db5c591b22fa39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:55:46 +0800 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /examples/flask-zip/app (#545) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/flask-zip/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flask-zip/app/requirements.txt b/examples/flask-zip/app/requirements.txt index 28fe7270..7a2c677f 100644 --- a/examples/flask-zip/app/requirements.txt +++ b/examples/flask-zip/app/requirements.txt @@ -6,5 +6,5 @@ importlib-metadata==6.6.0 itsdangerous==2.1.2 Jinja2==3.1.4 MarkupSafe==2.1.2 -Werkzeug==3.0.3 +Werkzeug==3.0.6 zipp==3.19.1