From 5d9b4172a6933eaada80ef1b214b286c8bc03e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:07:24 +0200 Subject: [PATCH] Bump werkzeug from 3.0.0 to 3.0.1 in /tools/app_generator (#2215) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.0 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/3.0.0...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> --- tools/app_generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/app_generator/requirements.txt b/tools/app_generator/requirements.txt index 00d63e4c..0422a02c 100644 --- a/tools/app_generator/requirements.txt +++ b/tools/app_generator/requirements.txt @@ -14,5 +14,5 @@ MarkupSafe==2.1.3 misaka==2.1.1 pycparser==2.21 visitor==0.1.3 -Werkzeug==3.0.0 +Werkzeug==3.0.1 WTForms==3.0.1