From a3f771a7e77d7344a1f306cda8483753c832335e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:26:17 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 23.0.0 in /app/backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/backend/requirements.txt b/app/backend/requirements.txt index 3287a774c..893848f19 100644 --- a/app/backend/requirements.txt +++ b/app/backend/requirements.txt @@ -28,7 +28,7 @@ djangorestframework-csv==3.0.0 coverage==7.2.0 MarkupSafe==2.1.5 -gunicorn==19.9.0 +gunicorn==23.0.0 gevent==1.3.0 django-settings-export>=1.2.1 lxml==4.6.3