From ceca3bc2632addafb0f708fdef883f2fd9389c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:13:24 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 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.1...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3426a5b2d24c..84dc54a14a216 100644 --- a/requirements.txt +++ b/requirements.txt @@ -88,7 +88,7 @@ urllib3==2.0.7 ; python_version >= '3.12' # (Noble) Compatibility with cryptog vobject==0.9.6.1 Werkzeug==2.0.2 ; python_version <= '3.10' Werkzeug==2.2.2 ; python_version > '3.10' and python_version < '3.12' -Werkzeug==3.0.1 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings +Werkzeug==3.1.5 ; python_version >= '3.12' # (Noble) Avoid deprecation warnings xlrd==1.2.0 ; python_version < '3.12' # (jammy) xlrd==2.0.1 ; python_version >= '3.12' XlsxWriter==3.0.2 ; python_version < '3.12' # (jammy)