From c7711d71d47d1ddb51ca0f9a053e85022f48046e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 23:55:24 +0000 Subject: [PATCH] Bump gunicorn from 24.1.0 to 25.0.2 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 24.1.0 to 25.0.2. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/24.1.0...v25.0.2) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.0.2 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 9295ced..128df82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Flask-Limiter==4.1.1 Flask==3.1.2 google-cloud-compute==1.42.0 google-cloud-secret-manager==2.26.0 -gunicorn==24.1.0 +gunicorn==25.0.2 PyJWT==2.10.1 python-dotenv==1.2.1 requests==2.32.5