From 4f4c54700e02f301b9e37f1abc3637b06faaeb11 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 5 Dec 2025 00:16:43 +0000 Subject: [PATCH] [stubsabot] Bump greenlet to 3.3.* Release: https://pypi.org/pypi/greenlet/3.3.0 Homepage: https://greenlet.readthedocs.io/ Repository: https://github.com/python-greenlet/greenlet Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/greenlet Changelog: https://greenlet.readthedocs.io/en/latest/changes.html Diff: https://github.com/python-greenlet/greenlet/compare/3.2.4...3.3.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 19. - Total lines of Python code deleted: 7. 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/greenlet/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/greenlet/METADATA.toml b/stubs/greenlet/METADATA.toml index 7b3f60b4c20c..c1978835e4eb 100644 --- a/stubs/greenlet/METADATA.toml +++ b/stubs/greenlet/METADATA.toml @@ -1,2 +1,2 @@ -version = "3.2.*" +version = "3.3.*" upstream_repository = "https://github.com/python-greenlet/greenlet"