From 4b14dc5aeec533470e7adb2ecc702d6060bd09bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 10:04:33 +0000 Subject: [PATCH] Bump gunicorn from 23.0.0 to 24.1.1 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 24.1.1. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 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 58984a6..8bccf42 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==23.0.0 +gunicorn==24.1.1 idna==3.11 iniconfig==2.1.0 isodate==0.7.2