From 0e9e70a8b35d1f88489c54cace9204bc46eaee05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:32:08 +0000 Subject: [PATCH] Update gunicorn requirement from ~=21.2.0 to ~=22.0.0 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6707a885..c747109c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ python-decouple~=3.8 python-dateutil~=2.8.2 boto3~=1.28.10 django-storages~=1.13 -gunicorn~=21.2.0 +gunicorn~=22.0.0 psycopg2-binary~=2.9.5 sentry-sdk~=1.44.0 ddtrace~=2.7.0