From 520681b9c5116f146065f2facdcca6aa67fc4015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 05:35:57 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.3 in /examples/flask-zip/app Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.3. - [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.1...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 d35732be..41945ea8 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.1 +Werkzeug==3.0.3 zipp==3.15.0