diff --git a/poetry.lock b/poetry.lock index d4a7a1db18..b6a7d6fe63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5023,14 +5023,14 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.6.1" +version = "3.8.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"}, - {file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"}, + {file = "pytest_xdist-3.8.0-py3-none-any.whl", hash = "sha256:202ca578cfeb7370784a8c33d6d05bc6e13b4f25b5053c30a152269fd10f0b88"}, + {file = "pytest_xdist-3.8.0.tar.gz", hash = "sha256:7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1"}, ] [package.dependencies] @@ -6614,4 +6614,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.9.1,<3.13" -content-hash = "adfc2da2c6e3e803f7a151b9697dbc3f461366a03e4504eb97498cbc72b2e48c" +content-hash = "9b0675f339d420de5199ec1a2dce886bc541d0d2c28c462c2c2b3299f16383a3" diff --git a/pyproject.toml b/pyproject.toml index 72ecb2d413..6666d342c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ pytest = "8.3.5" pytest-cov = "6.0.0" pytest-env = "1.1.5" pytest-randomly = "3.16.0" -pytest-xdist = "3.6.1" +pytest-xdist = "3.8.0" safety = "3.7.0" filelock = [ {version = "3.20.3", python = ">=3.10"},