diff --git a/constraints.txt b/constraints.txt index 692431e8ff..548dc25318 100644 --- a/constraints.txt +++ b/constraints.txt @@ -8,7 +8,7 @@ certifi==2026.1.4 chardet==5.2.0 charset-normalizer==3.4.4 coverage==7.9.2 -gevent==25.8.1 +gevent==26.4.0 greenlet==3.3.1 h11==0.16.0 httpcore==1.0.9 diff --git a/pyproject.toml b/pyproject.toml index 7cabb1ba1e..b390b3532c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst "psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst "requests==2.32.3", # https://pypi.python.org/pypi/requests - "gevent==25.8.1", # http://www.gevent.org/changelog.html + "gevent==26.4.0", # http://www.gevent.org/changelog.html "greenlet>=3.0rc1", "werkzeug==3.1.5", # https://werkzeug.palletsprojects.com/en/stable/changes/ "backports.ssl-match-hostname==3.7.0.1", # required by tornado<5.0