From e429fec39d097db5478e4aff6890c44e31e21cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:21:57 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 24.0.0 in /src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index eb86638b690..4ccab2acfea 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 flask-talisman==1.1.0 -gunicorn==23.0.0 +gunicorn==24.0.0 pytest==9.0.2 pytest-watch==4.2.0 pytest-cov==7.0.0