From 22f24396fcf255c0c0770312a9dc2fd62e4504db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:20:01 +0000 Subject: [PATCH] build(deps): bump gunicorn from 23.0.0 to 24.1.1 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.1.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 2719529b6..6e4eb2afb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ django-environ==0.12.0 djangorestframework==3.16.1 dockerflow==2024.4.2 drf-yasg==1.21.11 -gunicorn==23.0.0 +gunicorn==24.1.1 parsepatch==0.1.3 psycopg2-binary==2.9.11 sentry-sdk==2.47.0