From 5ec439cb566f1ccbf1fceedc4433f2523315e5e6 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 19 Aug 2026 00:09:58 +0000 Subject: [PATCH] [stubsabot] Bump gunicorn to 26.1.0 Release: https://pypi.org/pypi/gunicorn/26.1.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/26.0.0...26.1.0 Stubsabot analysis of the diff between the two releases: - 3 public Python files have been added: `tests/requests/invalid/041.py`, `tests/requests/invalid/042.py`, `tests/requests/invalid/rfc9112_chunked_missing_final_crlf_01.py`. - 0 files included in typeshed's stubs have been deleted. - 15 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 1489. - Total lines of Python code deleted: 98. 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 3725c9c6add0..5464efe0bd00 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,4 +1,4 @@ -version = "26.0.0" +version = "26.1.0" upstream-repository = "https://github.com/benoitc/gunicorn" optional-dependencies = ["types-gevent"]