From 8ee5eebd7effbf609c32728960f8df8c43f4e7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:53:26 +0000 Subject: [PATCH] security(deps): bump gunicorn from 21.2.0 to 25.1.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 25.1.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...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 6fb6f02..3999f29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ flask==3.0.0 flask-cors==4.0.0 flask-limiter==3.5.0 polars==0.20.0 -gunicorn==21.2.0 \ No newline at end of file +gunicorn==25.1.0 \ No newline at end of file