From 90685443e7462fe3f8acac13f03f3bd8c4232f0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:20:29 +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] --- .../pip/pip_pyproject_toml_uv_ignore/uv_export.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv_ignore/uv_export.txt b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv_ignore/uv_export.txt index 30125dd0..06ea71ed 100644 --- a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv_ignore/uv_export.txt +++ b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_uv_ignore/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