From 9b901bbbf91774b403b738aa9d73c0e88a3046d5 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 23 Jul 2026 00:31:06 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 26.7.* Release: https://pypi.org/pypi/gevent/26.7.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.5.0...26.7.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 126. - Total lines of Python code deleted: 18. 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 387862ea0505..30de564b477e 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "26.5.*" +version = "26.7.*" upstream-repository = "https://github.com/gevent/gevent" dependencies = ["types-greenlet", "types-psutil>=7.2.0"]