From 6f7179b824c5ce4ceff7b55f877cdb795c0c00dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:01:01 +0000 Subject: [PATCH] chore: bump werkzeug from 2.0.1 to 3.0.6 in /admissioncontroller Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 3.0.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.0.1...3.0.6) --- updated-dependencies: - dependency-name: werkzeug 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..b6ae54a8ef 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.0.6 gunicorn==20.1.0 pyyaml==5.4.1