From e8486a676785bdb839aab5c10e7f12e1b03518a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:52:06 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index dd54229..db701ae 100644 --- a/requirements.in +++ b/requirements.in @@ -6,7 +6,7 @@ django-admin-extra-buttons==1.5.7 django-appconf==1.0.6 django-compressor==4.4 flake8==7.0.0 -gunicorn==21.2.0 +gunicorn==22.0.0 mccabe==0.7.0 packaging==24.0 pip-tools==7.4.1 diff --git a/requirements.txt b/requirements.txt index a07eef3..c8dcdcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ django-compressor==4.4 # via -r requirements.in flake8==7.0.0 # via -r requirements.in -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r requirements.in mccabe==0.7.0 # via