From 0e02bb2c4d1a8fd5a3103c6f270d34d2dff17937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:38:08 +0000 Subject: [PATCH] Bump werkzeug from 3.0.2 to 3.1.4 in /dash Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.1.4. - [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.2...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dash/requirements.txt b/dash/requirements.txt index 16136e1..50ad8db 100644 --- a/dash/requirements.txt +++ b/dash/requirements.txt @@ -23,5 +23,5 @@ six==1.16.0 tenacity==8.2.3 tzdata==2024.1 urllib3==2.2.1 -Werkzeug==3.0.2 +Werkzeug==3.1.4 zipp==3.18.1