From 5b1bedcde50f901d3c58499d6d693ef9021dc90e Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 9 Apr 2026 00:22:21 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 26.4.* Release: https://pypi.org/pypi/gevent/26.4.0 Homepage: http://www.gevent.org/ Repository: https://github.com/gevent/gevent Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/gevent Changelog: https://www.gevent.org/changelog.html Diff: https://github.com/gevent/gevent/compare/25.9.1...26.4.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 400. - Total lines of Python code deleted: 26659. 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/gevent/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/gevent/METADATA.toml b/stubs/gevent/METADATA.toml index 4a79551d0137..16942f987b30 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.9.*" +version = "26.4.*" upstream-repository = "https://github.com/gevent/gevent" dependencies = ["types-greenlet", "types-psutil>=7.2.0"]