From a86981640d0d78d4a19a0ed993c550362bf28d82 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 10 Feb 2026 00:27:05 +0000 Subject: [PATCH] [stubsabot] Bump gunicorn to 25.0.3 Release: https://pypi.org/pypi/gunicorn/25.0.3 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.0.2...25.0.3 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 4 files included in typeshed's stubs have been modified or renamed: `gunicorn/__init__.py`, `gunicorn/asgi/message.py`, `gunicorn/asgi/protocol.py`, `gunicorn/config.py`. - Total lines of Python code added: 4. - Total lines of Python code deleted: 9. 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 5f83adadea20..b659940f8b15 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.0.2" +version = "25.0.3" upstream_repository = "https://github.com/benoitc/gunicorn" requires = ["types-gevent"]