From 804899cb1297a6af6172f3851e2ffd5676aeea05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:44:15 +0000 Subject: [PATCH] Bump werkzeug from 2.1.2 to 3.0.1 in /_sys/web_config Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.2 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.1.2...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _sys/web_config/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sys/web_config/requirements.txt b/_sys/web_config/requirements.txt index 1c06cfc..8dcf51f 100644 --- a/_sys/web_config/requirements.txt +++ b/_sys/web_config/requirements.txt @@ -11,5 +11,5 @@ MarkupSafe==2.1.1 requests==2.28.1 urllib3==1.26.9 websocket-client==1.3.3 -Werkzeug==2.1.2 +Werkzeug==3.0.1 zipp==3.8.0