From 3034743565c795363b0f1d89e583fe9d5a35e1c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 17:25:34 +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 03cc0ac51..24a7b407e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ Flask==2.2.3 Flask-Cors==6.0.1 flask-talisman==1.1.0 google-cloud-storage==3.2.0 -gunicorn==23.0.0 +gunicorn==24.1.1 python-dateutil==2.9.0.post0 pytoml==0.1.21 redis==6.2.0