From 96f682b65cba6c9719f06ecbedc646271da813b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:27:07 +0000 Subject: [PATCH] Bump gunicorn from 25.0.1 to 25.1.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.0.1 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.0.1...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c160f2a..9a9ad4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # Requirements Flask==3.1.2 Flask-RESTful==0.3.10 -gunicorn==25.0.1 +gunicorn==25.1.0 python-json-logger==4.0.0 python-redmine==2.5.0 regex==2026.1.15