From ba69b7889339688a3c3e6d486994afcbb9badf8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 06:42:24 +0000 Subject: [PATCH] chore(deps): update gunicorn requirement 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/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn 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 46175ee..3c880cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ "pydantic-settings<3.0.0,>=2.0.3", "nltk<4.0.0,>=3.8.1", "numpy<2.3.0,>=1.26.1", - "gunicorn<22.0.0,>=21.2.0", + "gunicorn>=21.2.0,<24.0.0", "prometheus-client<1.0.0,>=0.19.0", "sentry-sdk[fastapi]<2.0.0,>=1.32.0", ]