diff --git a/pyproject.toml b/pyproject.toml index 2de180aace..09f911213a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,7 +178,7 @@ tests = [ "types-orjson >=3.6.2", "types-ujson >=5.10.0.20240515", "a2wsgi >=1.9.0,<=2.0.0", - "pytest-xdist[psutil]>=1.32.0", + "pytest-xdist[psutil]>=2.5.0", "pytest-cov>=4.0.0", "pytest-sugar>=0.9.5", ] diff --git a/uv.lock b/uv.lock index 233f8706f6..187f5d5790 100644 --- a/uv.lock +++ b/uv.lock @@ -1300,7 +1300,7 @@ dev = [ { name = "pytest-codspeed", specifier = ">=4.2.0" }, { name = "pytest-cov", specifier = ">=4.0.0" }, { name = "pytest-sugar", specifier = ">=0.9.5" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=1.32.0" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" }, { name = "python-slugify", specifier = ">=8.0.4" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = ">=0.14.14" }, @@ -1362,7 +1362,7 @@ tests = [ { name = "pytest-codspeed", specifier = ">=4.2.0" }, { name = "pytest-cov", specifier = ">=4.0.0" }, { name = "pytest-sugar", specifier = ">=0.9.5" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=1.32.0" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=2.5.0" }, { name = "pyyaml", specifier = ">=5.3.1,<7.0.0" }, { name = "ruff", specifier = ">=0.14.14" }, { name = "sqlmodel", specifier = ">=0.0.31" },