From 0c97576b821f57725f1605a00190f4ed84f1fa4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:12:39 +0800 Subject: [PATCH] Bump werkzeug from 2.3.3 to 3.0.1 in /examples/flask-zip/app (#303) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.3 to 3.0.1. - [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.3.3...3.0.1) --- 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 63177795..85f65288 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.2 MarkupSafe==2.1.2 -Werkzeug==2.3.3 +Werkzeug==3.0.1 zipp==3.15.0