diff --git a/setup.py b/setup.py index 8a823706892..4d082b362fa 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # https://pypi.org/project/gevent/ the latest version resolves problem for Mac M1 chips # This issue is caused by a program attempting to load an x86_64-only library from a native arm64 process. # More https://stackoverflow.com/questions/71443345/gevent-cant-be-installed-on-m1-mac-using-poetry - "gevent==21.12.0", + "gevent==23.9.0", "reportportal-client==3.2.3", "requests==2.25.0", "paramiko==2.11.0",