From 77f1b1e835a4284cda28d5346630bf824e93133f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:00:31 +0000 Subject: [PATCH] chore(deps): update gunicorn requirement in /orchestrator 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/22.0.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/requirements.txt b/orchestrator/requirements.txt index b8af3cc..61245b1 100644 --- a/orchestrator/requirements.txt +++ b/orchestrator/requirements.txt @@ -1,5 +1,5 @@ flask>=3.0,<4.0 -gunicorn>=22.0,<23.0 +gunicorn>=26.2.0,<27.0 kubernetes>=29.0,<31.0 pyyaml>=6.0,<7.0 neo4j>=5.0,<6.0