From 51575d2dbfa10d81f7c34ae9b520b3d964331462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 13:44:13 +0000 Subject: [PATCH] Bump gunicorn from 25.0.1 to 25.0.3 in /src Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.0.3. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...25.0.3) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5caa00a98f8..83160a4b631 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.1 +gunicorn==25.0.3 pytest==9.0.2 pytest-watch==4.2.0 pytest-cov==7.0.0