From a83d20f9772f6192445c3395c12e9b79db0a4d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:29:05 +0000 Subject: [PATCH] pip(deps): bump gunicorn from 25.3.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.3.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.in b/requirements.in index 02fd0008..9c059308 100644 --- a/requirements.in +++ b/requirements.in @@ -15,7 +15,7 @@ openai>=2.33.0 # OpenAI-compatible API (Claude Code wrapper, Oll flask>=3.1.3 flask-compress>=1.14 flask-limiter>=3.5.0 -gunicorn==25.3.0 +gunicorn==26.0.0 requests>=2.32.4 # HTML parsing (pricepertoken.com pricing scraper) diff --git a/requirements.txt b/requirements.txt index f361dbe5..78025bb8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -763,9 +763,9 @@ fsspec==2026.3.0 \ --hash=sha256:1ee6a0e28677557f8c2f994e3eea77db6392b4de9cd1f5d7a9e87a0ae9d01b41 \ --hash=sha256:d2ceafaad1b3457968ed14efa28798162f1638dbb5d2a6868a2db002a5ee39a4 # via huggingface-hub -gunicorn==25.3.0 \ - --hash=sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660 \ - --hash=sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889 +gunicorn==26.0.0 \ + --hash=sha256:40233d26a5f0d1872916188c276e21641155111c2853f0c2cd55260aec0d24fc \ + --hash=sha256:ca9346f85e3a4aeeb64d491045c16b9a35647abd37ea15efe53080eb8b090baf # via -r requirements.in h11==0.16.0 \ --hash=sha256:4e35b956cf45792e4caa5885e69fba00bdbc6ffafbfa020300e549b208ee5ff1 \