diff --git a/poetry.lock b/poetry.lock index 5775aeb6..d991319f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1683,13 +1683,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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] @@ -2532,4 +2532,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "0e826b847bcc3367eb52720b2b98e5d5755487e51240a253b5227fd2993d8c72" +content-hash = "abed9e3c8a01bb4bc963e9c3f89e621fc050b50d2933b0237943e1121b44f0fd" diff --git a/pyproject.toml b/pyproject.toml index 7393f478..50abf8a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ reclass-rs = "0.1.1" [tool.poetry.dev-dependencies] tox = "3.28.0" pytest = "7.4.3" -pytest-xdist = "3.3.1" +pytest-xdist = "3.4.0" pytest-benchmark = "4.0.0" responses = "0.24.0" black = "23.11.0"