From 156dedd331dec1dc8351f188431f4631a60e418b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:55:36 -0500 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /run/django (#11482) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- run/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/django/requirements.txt b/run/django/requirements.txt index d55302dd92ef..47577c0cf22b 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -4,5 +4,5 @@ Django==3.2.25; python_version < "3.8" django-storages[google]==1.14.2 django-environ==0.11.2 psycopg2-binary==2.9.9 -gunicorn==20.1.0 +gunicorn==22.0.0 google-cloud-secret-manager==2.16.1