From 1b4e9abe0708adf3e80a473b51e281ae2c8f2248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:48:43 +0000 Subject: [PATCH] build(deps): bump gunicorn from 23.0.0 to 25.0.1 in /backend Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 25.0.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.0.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.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..c8321f846 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==25.0.1 parsepatch==0.1.3 psycopg2-binary==2.9.11 sentry-sdk==2.47.0