From 0b307cf844f6b80e2243b3dbf97e39ef1bdc72e8 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 17 Sep 2026 00:22:42 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 26.9.* Release: https://pypi.org/pypi/gevent/26.9.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.8.0...26.9.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 254. - Total lines of Python code deleted: 8. 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 0666754dba75..9680c6db9497 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "26.8.*" +version = "26.9.*" upstream-repository = "https://github.com/gevent/gevent" dependencies = ["types-greenlet", "types-psutil>=7.2.0"]