From 3c4169101b053d1b88f9a5617365d8a3dfe89d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:05:03 +0000 Subject: [PATCH] build(deps): bump gunicorn from 24.1.1 to 25.1.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.1 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/24.1.1...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9e4cd3..f1c7bce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.3 autopep8==2.3.2 -gunicorn==24.1.1 +gunicorn==25.1.0 pytest==9.0.2 coverage==7.13.4 pony==0.7.19