From e1e9ceed77fe2692968131bdc742a4217531770f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 10:35:22 +0000 Subject: [PATCH] Update gunicorn requirement from >=23.0.0 to >=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...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.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 096037b..e874f9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ anthropic>=0.84.0 Flask>=3.1.0 -gunicorn>=23.0.0 +gunicorn>=26.0.0 python-dotenv>=1.2.2 requests>=2.32.0