diff --git a/poetry.lock b/poetry.lock index d7ff008f..6937b7d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2263,13 +2263,13 @@ pytest = "*" [[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] @@ -3312,4 +3312,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "c8c78ca53a87d1296be6853152d4de4f9cdfca84b7b53978735b0fc94d5b826c" +content-hash = "02ca3c174b4224b5a107d745995504bdcb2a0507cd34285dec5f6979870b6448" diff --git a/pyproject.toml b/pyproject.toml index d95a489b..edf8c33d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pylint = "3.0.2" pytest = "7.4.3" pytest-cov = "4.1.0" pytest-randomly = "3.15.0" -pytest-xdist = "3.4.0" +pytest-xdist = "3.5.0" safety = "2.3.5" vulture = "2.10"