From 79d543b95ee176eea09448ec1c180c285f7d288f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 03:58:48 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.1.4. - [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.0.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pip/pip_requirements_txt_ignore/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_requirements_txt_ignore/requirements.txt b/src/test/resources/tst_manifests/pip/pip_requirements_txt_ignore/requirements.txt index b2d9e01f..424d1622 100644 --- a/src/test/resources/tst_manifests/pip/pip_requirements_txt_ignore/requirements.txt +++ b/src/test/resources/tst_manifests/pip/pip_requirements_txt_ignore/requirements.txt @@ -23,5 +23,5 @@ starlette==0.17.1 typing_extensions==4.1.1 urllib3==1.26.16 uvicorn==0.17.0 -Werkzeug==2.0.3 +Werkzeug==3.1.4 zipp==3.6.0