diff --git a/poetry.lock b/poetry.lock index b6eb87fa..5cff7a99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2268,13 +2268,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] @@ -3413,4 +3413,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.10,<3.11" -content-hash = "7b3f084976cded856a2493a62a77296066da53f15699fc080da6b2328ef140bb" +content-hash = "29a0f220d11a8c6ef190fa1e800ba2c03a6e5da22c9a2c943ca1c5407eb1c600" diff --git a/pyproject.toml b/pyproject.toml index 483f37db..8c866d6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-cov = "^4.1.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"