From ccb4afaa1140beabec59e9c3947b7b2014566540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:01:37 +0530 Subject: [PATCH] chore(deps): bump werkzeug from 3.1.3 to 3.1.4 (#35010) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 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.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d74c2252bc..2b462f0057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "RestrictedPython~=8.1", "WeasyPrint==66.0", "pydyf==0.11.0", - "Werkzeug==3.1.3", + "Werkzeug==3.1.4", "Whoosh~=2.7.4", "beautifulsoup4~=4.13.4", "bleach-allowlist~=1.0.3",