From 504a2b6eb72f6dff4c3c801ec44483a55b4b55d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 17:47:27 +0000 Subject: [PATCH] chore: bump werkzeug from 2.0.1 to 3.0.1 in /admissioncontroller Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 to 3.0.1. - [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.1) --- 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..6e22f60e03 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.1 gunicorn==20.1.0 pyyaml==5.4.1