diff --git a/pyproject.toml b/pyproject.toml index dcabd9cb72..b0c1124e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ tests = [ "ty>=0.0.25", "typer >=0.24.1", "a2wsgi >=1.9.0,<=2.0.0", - "pytest-xdist[psutil]>=2.5.0", + "pytest-xdist[psutil]>=3.0.2", "pytest-cov>=4.0.0", "pytest-sugar>=1.0.0", "pytest-timeout>=2.4.0", diff --git a/uv.lock b/uv.lock index 4238ddaa34..4a1d5b9e2f 100644 --- a/uv.lock +++ b/uv.lock @@ -1066,7 +1066,7 @@ dev = [ { name = "pytest-cov", specifier = ">=4.0.0" }, { name = "pytest-sugar", specifier = ">=1.0.0" }, { name = "pytest-timeout", specifier = ">=2.4.0" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" }, { name = "python-slugify", specifier = ">=8.0.4" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = ">=0.14.14" }, @@ -1126,7 +1126,7 @@ tests = [ { name = "pytest-cov", specifier = ">=4.0.0" }, { name = "pytest-sugar", specifier = ">=1.0.0" }, { name = "pytest-timeout", specifier = ">=2.4.0" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.0.2" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = ">=0.14.14" }, { name = "sqlmodel", specifier = ">=0.0.31" },