From 9285de08222119c906c46379595f9926a74e335a Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 25 Apr 2025 00:15:30 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 25.4.* Release: https://pypi.org/pypi/gevent/25.4.2 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/24.11.1...25.4.2 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 32035. - Total lines of Python code deleted: 384. 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 960f4c760e7f..456b719c6819 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "24.11.*" +version = "25.4.*" upstream_repository = "https://github.com/gevent/gevent" requires = ["types-greenlet", "types-psutil"]