From 66d52090d3cd927c7e7ae2c414a066b3f07d5c81 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 21 May 2026 00:43:09 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 26.5.* Release: https://pypi.org/pypi/gevent/26.5.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/26.4.0...26.5.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 40139. - 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/gevent/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/gevent/METADATA.toml b/stubs/gevent/METADATA.toml index 16942f987b30..387862ea0505 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "26.4.*" +version = "26.5.*" upstream-repository = "https://github.com/gevent/gevent" dependencies = ["types-greenlet", "types-psutil>=7.2.0"]