[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.
This commit is contained in:
github-actions[bot]
2024-02-16 20:11:45 -08:00
committed by GitHub
parent 8061e58dcf
commit a48fb24a94

View File

@@ -1,4 +1,4 @@
version = "23.9.*"
version = "24.2.*"
upstream_repository = "https://github.com/gevent/gevent"
requires = ["types-greenlet", "types-psutil"]