From 07b0cbee341410ab2c6d5afd365cd0ad90f3e609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:55:53 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.4 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.1.5. - [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.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 979e13e4..5d7902e8 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "crc32c==2.7.1", "gunicorn==23.0.0", "waitress==3.0.0", - "Werkzeug==3.0.4", + "Werkzeug==3.1.5", ], # Support installing via https://pypa.github.io/pipx/ entry_points={