From 4e9a4b911ede7440a1a04b6c24eae9e7ec7ea718 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 18:40:19 +0000 Subject: [PATCH] Build(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.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 4b6f62a..2d45297 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ anthropic>=0.117.0,<1.0 google-genai>=1.0,<3.0 # Serving + config -gunicorn>=21.0,<24.0 # WSGI server for the containerized editor +gunicorn>=26.0.0,<27.0 # WSGI server for the containerized editor python-dotenv>=1.0,<2.0 # load .env (ANTHROPIC_API_KEY, future Supabase/R2/KEK) # Cloud: Supabase auth + per-user storage (Stage 2)