From 313d6489e141532981eaf536cc630e9fb06c9f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:13:35 +0000 Subject: [PATCH] chore: bump werkzeug from 2.0.1 to 3.1.4 in /admissioncontroller Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.1...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- admissioncontroller/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admissioncontroller/requirements.txt b/admissioncontroller/requirements.txt index 2664e126ab..0d6e4e3144 100644 --- a/admissioncontroller/requirements.txt +++ b/admissioncontroller/requirements.txt @@ -5,6 +5,6 @@ itsdangerous==2.0.1 Jinja2==3.0.1 MarkupSafe==2.0.1 python-dotenv==0.18.0 -Werkzeug==2.0.1 +Werkzeug==3.1.4 gunicorn==20.1.0 pyyaml==5.4.1