From 5f05f4d7097c32c02822b8c2cc1806724ec0555b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 21:07:43 +0000 Subject: [PATCH] chore: bump werkzeug from 2.0.1 to 3.1.5 in /admissioncontroller Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 3.1.5. - [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.5) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.5 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..c886c723a8 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.5 gunicorn==20.1.0 pyyaml==5.4.1