diff --git a/pyproject.toml b/pyproject.toml index 08c1ba8f..57729dcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ "pytest-asyncio~=1.0.0", "pytest-cov~=6.2.0", "pytest-only~=2.1.0", - "pytest-xdist~=3.7.0", + "pytest-xdist~=3.8.0", "pytest~=8.4.0", "respx~=0.22.0", "ruff~=0.11.0", diff --git a/uv.lock b/uv.lock index c305ee3d..b81e5530 100644 --- a/uv.lock +++ b/uv.lock @@ -94,7 +94,7 @@ dev = [ { name = "pytest-asyncio", specifier = "~=1.0.0" }, { name = "pytest-cov", specifier = "~=6.2.0" }, { name = "pytest-only", specifier = "~=2.1.0" }, - { name = "pytest-xdist", specifier = "~=3.7.0" }, + { name = "pytest-xdist", specifier = "~=3.8.0" }, { name = "respx", specifier = "~=0.22.0" }, { name = "ruff", specifier = "~=0.11.0" }, { name = "setuptools" }, @@ -1982,15 +1982,15 @@ wheels = [ [[package]] name = "pytest-xdist" -version = "3.7.0" +version = "3.8.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "execnet" }, { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/49/dc/865845cfe987b21658e871d16e0a24e871e00884c545f246dd8f6f69edda/pytest_xdist-3.7.0.tar.gz", hash = "sha256:f9248c99a7c15b7d2f90715df93610353a485827bc06eefb6566d23f6400f126", size = 87550, upload-time = "2025-05-26T21:18:20.251Z" } +sdist = { url = "https://files.pythonhosted.org/packages/78/b4/439b179d1ff526791eb921115fca8e44e596a13efeda518b9d845a619450/pytest_xdist-3.8.0.tar.gz", hash = "sha256:7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1", size = 88069, upload-time = "2025-07-01T13:30:59.346Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl", hash = "sha256:7d3fbd255998265052435eb9daa4e99b62e6fb9cfb6efd1f858d4d8c0c7f0ca0", size = 46142, upload-time = "2025-05-26T21:18:18.759Z" }, + { url = "https://files.pythonhosted.org/packages/ca/31/d4e37e9e550c2b92a9cbc2e4d0b7420a27224968580b5a447f420847c975/pytest_xdist-3.8.0-py3-none-any.whl", hash = "sha256:202ca578cfeb7370784a8c33d6d05bc6e13b4f25b5053c30a152269fd10f0b88", size = 46396, upload-time = "2025-07-01T13:30:56.632Z" }, ] [[package]]