From b5e6a49ca7f5a0f32bf05920ed3be0139cfee6a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:59:56 +0000 Subject: [PATCH] build(deps): bump gunicorn from 23.0.0 to 25.0.1 in /app 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] --- app/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup.py b/app/setup.py index db48874..de92083 100644 --- a/app/setup.py +++ b/app/setup.py @@ -15,7 +15,7 @@ 'Flask-Assets==2.1.0', 'cssmin==0.2.0', 'jsmin==3.0.1', - 'gunicorn==23.0.0', + 'gunicorn==25.0.1', 'monolog-python==0.1.0', 'PyMySQL==1.1.2', 'pytest==8.4.2'