From a48fb24a94f58fe3fbcc1783263805d3b01fd9b8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 20:11:45 -0800 Subject: [PATCH] [stubsabot] Bump gevent to 24.2.* (#11425) Release: https://pypi.org/pypi/gevent/24.2.1 Homepage: http://www.gevent.org/ Repository: https://github.com/gevent/gevent Diff: https://github.com/gevent/gevent/compare/23.9.1...24.2.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 4. - Total lines of Python code deleted: 4. --- 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 ea9119a65..c956c3743 100644 --- a/stubs/gevent/METADATA.toml +++ b/stubs/gevent/METADATA.toml @@ -1,4 +1,4 @@ -version = "23.9.*" +version = "24.2.*" upstream_repository = "https://github.com/gevent/gevent" requires = ["types-greenlet", "types-psutil"]