From 44ad1717579279b14bcbb9288e04b179f20c0c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 20:09:57 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 21.2.0 to 25.3.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 25.3.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...25.3.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.3.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 a1f77fc..f5affa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # FastAPI and server fastapi>=0.115.0,<1.0.0 uvicorn[standard]>=0.24.0 -gunicorn==21.2.0 +gunicorn==25.3.0 # Database asyncpg==0.29.0