From fdc9c0e0437e4ed3df56d2abeed120c74f2d312f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:42:18 +0000 Subject: [PATCH] Bump werkzeug from 3.1.6 to 3.1.7 in /python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.6 to 3.1.7. - [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.6...3.1.7) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e44fbde52..e8430a6a29 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.6 +werkzeug==3.1.7 diff --git a/python/web/requirements.txt b/python/web/requirements.txt index d1c593778e..7956096f44 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.6 +werkzeug==3.1.7 zipp==3.23.0