From 7dabff4dd87a270df74a6f9680004222579e1d87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 23:47:48 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.1.6. - [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/2.2.3...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt index 30125dd0..06ea71ed 100644 --- a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt +++ b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv/uv_export.txt @@ -26,5 +26,5 @@ sniffio==1.3.0 # via anyio urllib3==1.26.15 # via requests -werkzeug==2.2.3 +werkzeug==3.1.6 # via flask