From ed50b2d09c65bf40e537fe0e50dca90d758d2fcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 08:06:12 +0000 Subject: [PATCH] deps(pip): update gunicorn requirement from <23,>=21.2 to >=21.2,<24 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-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b866e76..f30ea16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ tenacity>=8.3,<9 dill>=0.3.8,<0.5 # Production server -gunicorn>=21.2,<23 +gunicorn>=21.2,<24