diff --git a/poetry.lock b/poetry.lock index fb8cce40..0fb0c7ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2187,13 +2187,13 @@ termcolor = ">=1.1.0" [[package]] name = "pytest-xdist" -version = "3.1.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.1.0.tar.gz", hash = "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c"}, - {file = "pytest_xdist-3.1.0-py3-none-any.whl", hash = "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89"}, + {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] @@ -3343,4 +3343,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.10,<3.11" -content-hash = "27941df85526a09bd511f62ccd1a4b81afb53ff42b31b9db1d5e85edb2dab801" +content-hash = "7026d424affca7924a6b0347c46b0d468e0a63818ea2dc1e7e75503d0a6b5117" diff --git a/pyproject.toml b/pyproject.toml index 5da7bbb7..60c8cbdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-cov = "^4.0.0" pytest-emoji = "^0.2.0" pytest-mock = "^3.10.0" pytest-sugar = "^0.9.6" -pytest-xdist = "^3.1.0" +pytest-xdist = "^3.5.0" xdoctest = {extras = ["all"], version = "^1.1.0"} tox = "^3.28.0" tox-wheel = "^1.0.0"