diff --git a/poetry.lock b/poetry.lock index 5dbddacf..e89557d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -884,13 +884,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-xdist" -version = "3.3.1" +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.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, - {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, + {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] @@ -1195,4 +1195,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "99def2ae5b8ea4969054d5181ebd057b6113aba59671e6f70f342f03e29fe898" +content-hash = "755f4d463ec65d805b2f24b67ec0d6c89daa559515d4cb0a24e18e538c1703b0" diff --git a/pyproject.toml b/pyproject.toml index 6bd41a68..94d290e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ flake8 = "^6.1.0" invoke = "^2.2.0" pylint = "^3.0.2" pytest = "^7.4.0" -pytest-xdist = "^3.3.1" +pytest-xdist = "^3.5.0" packaging = "^23.1" requests = "^2.31.0" pre-commit = "^3.3.3"