From 318daad2a95fc5136869f418f389c3c43c4d5ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:47:08 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 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] --- requirements.in | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 53c415d..b75b26e 100644 --- a/requirements.in +++ b/requirements.in @@ -3,7 +3,7 @@ celery==5.2.7 dj-database-url==1.0.0 django-debug-toolbar==3.7.0 django-registration==3.3 -gunicorn==20.1.0 +gunicorn==22.0.0 pip-tools==6.10.0 psycopg2-binary==2.9.5 pytest==7.2.0 diff --git a/requirements.txt b/requirements.txt index 8f0fc60..709681b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,7 +53,7 @@ django-debug-toolbar==3.7.0 # via -r requirements.in django-registration==3.3 # via -r requirements.in -gunicorn==20.1.0 +gunicorn==22.0.0 # via -r requirements.in idna==3.7 # via requests @@ -64,6 +64,7 @@ kombu==5.2.3 packaging==20.4 # via # build + # gunicorn # pytest pep517==0.13.0 # via build