From a6cb468cabe53d9930e018102cd7171f297b752f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:31:50 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.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.1.4...3.1.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_requirements.txt b/python_requirements.txt index 6bba862a51..35b95f3822 100644 --- a/python_requirements.txt +++ b/python_requirements.txt @@ -971,7 +971,7 @@ websocket-client==1.8.0 # via # -r requirements.in # jupyter-server -werkzeug==3.1.4 +werkzeug==3.1.5 # via # -r requirements.in # flask