diff --git a/poetry.lock b/poetry.lock index 7fad7346d1..4156fb67f9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1606,13 +1606,13 @@ pytest = ">=7.0" [[package]] name = "pytest-xdist" -version = "3.4.0" +version = "3.5.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, - {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, + {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, + {file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, ] [package.dependencies] @@ -2342,4 +2342,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "22471b3fd6c08f0d54cb6339ffa1907204e4158f8f612b1bd577382e01ca37cb" +content-hash = "93a5177a2bf8eef5f43929f28f5afd3fde5ad46e7b4ac91150490a67e24c48ac" diff --git a/pyproject.toml b/pyproject.toml index b869f2ebe9..42c41c6955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pip-licenses = "4.3.3" pytest = "7.4.3" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" -pytest-xdist = "3.4.0" +pytest-xdist = "3.5.0" ruff = "0.1.5" taskipy = "1.12.0"