From c99f1f55388c04e107527045f417066e3f9380b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:27:29 +0000 Subject: [PATCH] Bump gunicorn from 25.1.0 to 26.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 25.1.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/25.1.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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 553937b..8d9892e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ python-dateutil==2.9.0 PyJWT[crypto]==2.13.0 cryptography==50.0.0 APScheduler==3.11.0 -gunicorn==25.1.0 +gunicorn==26.0.0 # Transitive from APScheduler; pinned to fix GHSA-6v7p-g79w-8964 (out-of-bounds read on Unpacker reuse). msgpack>=1.2.1 \ No newline at end of file