diff --git a/poetry.lock b/poetry.lock index 63c8d96d..1959fb0e 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 = "80c177641bbd347d9882f7eaf70e17f41785e5e39cc414de9dc6a6c0e2775c38" +content-hash = "a8a81d8fb3fc9d15e4debd0239273b7d791e93a8999d264d1b54ec17636be4ef" diff --git a/pyproject.toml b/pyproject.toml index 3012001b..6d38bb59 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"