From c67d8723f522707010ea42ccd3d902d4575abe4c Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 27 Mar 2026 00:25:29 +0000 Subject: [PATCH] [stubsabot] Bump gunicorn to 25.3.0 Release: https://pypi.org/pypi/gunicorn/25.3.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.2.0...25.3.0 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `tests/requests/invalid/chunked_14.py`, `tests/treq_asgi.py`. - 1 file included in typeshed's stubs has been deleted: `gunicorn/asgi/message.py`. - 7 files included in typeshed's stubs have been modified or renamed: `gunicorn/__init__.py`, `gunicorn/asgi/__init__.py`, `gunicorn/asgi/parser.py`, `gunicorn/asgi/protocol.py`, `gunicorn/http/body.py`, `gunicorn/http/errors.py`, `gunicorn/http/message.py`. - Total lines of Python code added: 1408. - Total lines of Python code deleted: 1411. 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 bb712638260e..ef9dc009f948 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.2.0" +version = "25.3.0" upstream_repository = "https://github.com/benoitc/gunicorn" requires = ["types-gevent"]