diff --git a/poetry.lock b/poetry.lock index 9626de6a..1a9032cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1251,13 +1251,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[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] @@ -1684,4 +1684,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "b387c5b74af651cbfc3a9c5673f53bc9fce9abcd237b02af4b8ffdd5835cf479" +content-hash = "b97495dffaa3c07df5c1cd1bb9e096b54b2cc4b1a4cd6bab23599b894ed5e813" diff --git a/pyproject.toml b/pyproject.toml index 30fb6fe8..5cea9bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ black = "^23.1.0" sphinx-copybutton = "^0.5.0" retry = "^0.9.2" Flask = "^2.0.3" -pytest-xdist = "^3.0.2" +pytest-xdist = "^3.5.0" mypy = "^1.0.1" [build-system]