diff --git a/pyproject.toml b/pyproject.toml index c59907d..035647d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ docs = [ ] test_duration = [ "pytest-html>=4.0.2,<5", - "pytest-xdist[psutil]>=3.3.1,<4", + "pytest-xdist[psutil]>=3.8.0,<4", ] [tool.pytest.ini_options] diff --git a/uv.lock b/uv.lock index a053538..3b01fba 100644 --- a/uv.lock +++ b/uv.lock @@ -2809,7 +2809,7 @@ examples = [ ] test-duration = [ { name = "pytest-html", specifier = ">=4.0.2,<5" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.3.1,<4" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.8.0,<4" }, ] [[package]]