From 6c8862eb7a99bd1f48603d5e6e61ecf5e96ae2f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:11:30 +0000 Subject: [PATCH] chore: bump gunicorn from 20.1.0 to 22.0.0 in /admissioncontroller Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn 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..20f1f6c79d 100644 --- a/admissioncontroller/requirements.txt +++ b/admissioncontroller/requirements.txt @@ -6,5 +6,5 @@ Jinja2==3.0.1 MarkupSafe==2.0.1 python-dotenv==0.18.0 Werkzeug==2.0.1 -gunicorn==20.1.0 +gunicorn==22.0.0 pyyaml==5.4.1