From 158d0c13123e2acbe1881bf649de5fe031c92e23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 15:27:47 +0000 Subject: [PATCH] Update gunicorn requirement from <24.0.0,>=23.0.0 to >=23.0.0,<26.0.0 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...25.1.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 25.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 81315db..cd50ec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "sqlalchemy>=2.0.41,<3.0.0", "alembic>=1.16.4,<2.0.0", "asyncpg>=0.30.0,<1.0.0", - "gunicorn>=23.0.0,<24.0.0", + "gunicorn>=23.0.0,<26.0.0", "python-jose[cryptography]>=3.5.0,<4.0.0", "passlib[bcrypt]>=1.7.4,<2.0.0", "bcrypt==4.0.1",