diff --git a/poetry.lock b/poetry.lock index 041b179f..4f014337 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1684,13 +1684,13 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-xdist" -version = "3.4.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.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, - {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, + {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] @@ -2533,4 +2533,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "70ef3ee14001a56596ac23b25c02b1a0dc3c5f88b45259edc5c9414f00d3a82c" +content-hash = "d74d4a9523333f2ead4b31f8e1cc0ff29f5d44d851b4fa8d74063788388f295b" diff --git a/pyproject.toml b/pyproject.toml index ddbe2edc..cb3d14b8 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.4.0" +pytest-xdist = "3.5.0" pytest-benchmark = "4.0.0" responses = "0.24.1" black = "23.11.0"