From ed39f7fb4c5a86aea7ff19a93853160b3222a26c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:55:25 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-local.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-local.txt b/requirements-local.txt index 283365c..eb92a83 100644 --- a/requirements-local.txt +++ b/requirements-local.txt @@ -1,5 +1,5 @@ Django==2.2.13 -gunicorn==19.9.0 +gunicorn==22.0.0 pytz==2018.5 captcha django-queryset-csv diff --git a/requirements.txt b/requirements.txt index ea72612..efc00d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==2.2.13 -gunicorn==19.9.0 +gunicorn==22.0.0 psycopg2==2.7.5 psycopg2-binary==2.7.5 pytz==2018.5