From 422056e320d7b01a7c3dd4b68bdde1b084f8e164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:15:10 +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 5975836..3bd1aef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ requests==2.32.5 sqlalchemy==2.0.45 flask-sqlalchemy==3.1.1 wtforms==3.2.1 -gunicorn==23.0.0 +gunicorn==24.1.1 pytz==2025.2