diff --git a/lib/luatest b/lib/luatest index 7dc5cb7d..b4461209 160000 --- a/lib/luatest +++ b/lib/luatest @@ -1 +1 @@ -Subproject commit 7dc5cb7d581312f48c97d8f394674975d5a45fd8 +Subproject commit b44612090a33cf7e8ea56af897ebc89e50380589 diff --git a/requirements.txt b/requirements.txt index 9f0be253..99a8ffd0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ # Pin pyyaml to 5.3.1 until yaml/pyyaml#724 is fixed. PyYAML==5.3.1 -gevent==22.10.2 +gevent==22.10.2; python_version <= '3.8' +gevent==24.11.1; python_version > '3.8'