From d3a7edee08070a53e284a92b9b7baefd075b4d06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 17:32:02 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 22.0.0 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 480c545..635cb60 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -11,7 +11,7 @@ django-cors-headers==3.13.0 djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.2 Faker==17.0.0 -gunicorn==20.1.0 +gunicorn==22.0.0 idna==3.4 Pillow==9.3.0 psycopg2-binary==2.9.5