From 69d7841be5ab432a2161c75f00a2a1b511c77c36 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Tue, 13 May 2025 00:15:55 +0000 Subject: [PATCH] [stubsabot] Bump gevent to 25.5.* Release: https://pypi.org/pypi/gevent/25.5.1 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.4.2...25.5.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 0. - Total lines of Python code deleted: 0. 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 456b719c6819..bda2c1a1d64a 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "25.4.*" +version = "25.5.*" upstream_repository = "https://github.com/gevent/gevent" requires = ["types-greenlet", "types-psutil"]