diff --git a/poetry.lock b/poetry.lock index 85cb286..6de3e31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1136,13 +1136,13 @@ pytest = ">=3.5.0" [[package]] name = "pytest-xdist" -version = "3.3.1" +version = "3.4.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.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, + {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, ] [package.dependencies] @@ -1677,4 +1677,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "609c1aea5fbbb32c3abdafbf307904493ec04f76f0cfdeb7562f345d9636595f" +content-hash = "55bb0da658aa0883b11a0d609f10bc027c4e9d0e2333d9c6618cf683a682ccc4" diff --git a/pyproject.toml b/pyproject.toml index d1ebd7e..c3276bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "^7.4.3" pytest-asyncio = "^0.20.3" pytest-cov = "^4.1.0" pytest-tldr = "^0.2.5" -pytest-xdist = "^3.3.1" +pytest-xdist = "^3.4.0" yanc = "^0.3.3" pyssim = "^0.7" numpy = "^1.23.5"