From 8e85b493e8dd424f81e1a124097faaf95b0a82bb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:33:46 +0000 Subject: [PATCH] chore(deps): update dependency gunicorn to v22 [security] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index ed99f4db0..0e52b5378 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ django>=2.2,<2.3 django-debug-toolbar>=1.7 -gunicorn==19.9.0 +gunicorn==22.0.0 gevent==1.2.2 psycopg2-binary>=2.7.1,<2.9 whitenoise>=4.1.2