diff --git a/poetry.lock b/poetry.lock index 2a6127a..49d9bde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1870,13 +1870,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] @@ -2644,4 +2644,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "fa0571fc39e2da9f54b301f9ca6eee5bdbfe2c5d5a8d56b0ab0aa0466e44794a" +content-hash = "59bdba75faac47ca4197234f9624b6a9206891273a039f4adeda22a1537d0b77" diff --git a/pyproject.toml b/pyproject.toml index 232e11b..886e0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ jinja2 = "^3.1.2" pyyaml = "^6.0,>=6.0.1" ipykernel = "^6.25.0" pre-commit = "^3.5.0" -pytest-xdist = "^3.3.1" +pytest-xdist = "^3.5.0" pytest-cov = "^4.1.0" tzlocal = "^5.2"