diff --git a/poetry.lock b/poetry.lock index 09536fc93..416e9ed1a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6483,13 +6483,13 @@ dev = ["black", "flake8", "pre-commit"] [[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] @@ -8359,4 +8359,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.10.8" -content-hash = "e8cdf863ede6ad1bbd60f2cd71c8bf40ac5bdb4833eeeedc0fe04e3df68bfb88" +content-hash = "225b8faf467aafe7d67329eb8cd275fd04b761b74821892868a82b905f3b0ade" diff --git a/pyproject.toml b/pyproject.toml index 89fc19be7..9cd7350d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ pytest-sugar = "^0.9.5" dbldatagen = "^0.3.1" pyparsing = "^3.1.1" pytest = "^7.4.2" -pytest-xdist = "^3.4.0" +pytest-xdist = "^3.5.0" [tool.poetry.group.dev.dependencies]