diff --git a/poetry.lock b/poetry.lock index 41a104bf..b8f2ba75 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1158,18 +1158,18 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.5.0" +version = "3.6.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, - {file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, + {file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"}, + {file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"}, ] [package.dependencies] -execnet = ">=1.1" -pytest = ">=6.2.0" +execnet = ">=2.1" +pytest = ">=7.0.0" [package.extras] psutil = ["psutil (>=3.0)"] @@ -1716,4 +1716,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "09e3511daf75803bbdefde84c24a04a03a8cacfe1863a708e97dea544e5f7358" +content-hash = "9e478c059ace0da9f06102a4274819dacd31ebcbb3b67663133537c6601b9e94" diff --git a/pyproject.toml b/pyproject.toml index 0dc20ff0..500484b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pytest-asyncio = "^0.23.6" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0" pytest-randomly = "^3.15.0" -pytest-xdist = "^3.5.0" +pytest-xdist = "^3.6.1" ruff = "^0.4.2" pre-commit = "^3.7.0"