From 92a069b945f7cafc5aa6d1fe680c2de138fcf110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 10:04:27 +0000 Subject: [PATCH] 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 778709a..81fa1f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ flask-cors==6.0.1 Flask-JWT-Extended==4.7.1 Flask-Migrate==4.1.0 Flask-SQLAlchemy==3.1.1 -gunicorn==24.1.1 +gunicorn==25.1.0 idna==3.11 iniconfig==2.1.0 isodate==0.7.2