From 4c16185cb5ce85974a3f4a234021432c3b38de41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 12:14:01 +0000 Subject: [PATCH] Bump gunicorn from 25.0.3 to 25.1.0 in /src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.3 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.3...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 4f4111ea778..ebdb84673ec 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 flask-talisman==1.1.0 -gunicorn==25.0.3 +gunicorn==25.1.0 pytest==9.0.2 pytest-watch==4.2.0 pytest-cov==7.0.0