From b3f8ceb8d785175bda9fd62ef98fa311891fbc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 00:58:56 +0000 Subject: [PATCH] Bump werkzeug from 3.1.4 to 3.1.5 in /python/web 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/web/requirements-dev.txt | 2 +- python/web/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/web/requirements-dev.txt b/python/web/requirements-dev.txt index a73b2cef..dc528a55 100644 --- a/python/web/requirements-dev.txt +++ b/python/web/requirements-dev.txt @@ -27,4 +27,4 @@ typing-extensions==4.15.0 urllib3==2.6.3 vcgencmd==0.1.1 watchdog==6.0.0 -werkzeug==3.1.4 +werkzeug==3.1.5 diff --git a/python/web/requirements.txt b/python/web/requirements.txt index 7df3271a..bae56f3c 100644 --- a/python/web/requirements.txt +++ b/python/web/requirements.txt @@ -20,5 +20,5 @@ requests==2.32.5 ua-parser==1.0.1 urllib3==2.6.3 vcgencmd==0.1.1 -werkzeug==3.1.4 +werkzeug==3.1.5 zipp==3.23.0