From cf7a8c83ef9ca5e4902ca26d8095353e35a08ba7 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 6 May 2026 00:33:45 +0000 Subject: [PATCH] [stubsabot] Bump gunicorn to 26.0.0 Release: https://pypi.org/pypi/gunicorn/26.0.0 Homepage: https://gunicorn.org Repository: https://github.com/benoitc/gunicorn Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/gunicorn Changelog: https://gunicorn.org/news/ Diff: https://github.com/benoitc/gunicorn/compare/25.3.0...26.0.0 Stubsabot analysis of the diff between the two releases: - 48 public Python files have been added. - 1 file included in typeshed's stubs has been deleted: `gunicorn/workers/geventlet.py`. - 16 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 9370. - Total lines of Python code deleted: 529. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/gunicorn/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/gunicorn/METADATA.toml b/stubs/gunicorn/METADATA.toml index 6f6a8c4a4ed8..1397fa90ef8f 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.3.0" +version = "26.0.0" upstream-repository = "https://github.com/benoitc/gunicorn" dependencies = ["types-gevent"]