diff --git a/poetry.lock b/poetry.lock index c15623e..fb6f800 100644 --- a/poetry.lock +++ b/poetry.lock @@ -381,14 +381,14 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-xdist" -version = "3.3.0" +version = "3.3.1" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.3.0.tar.gz", hash = "sha256:d42c9efb388da35480878ef4b2993704c6cea800c8bafbe85a8cdc461baf0748"}, - {file = "pytest_xdist-3.3.0-py3-none-any.whl", hash = "sha256:76f7683d4f993eaff91c9cb0882de0465c4af9c6dd3debc903833484041edc1a"}, + {file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, + {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, ] [package.dependencies] @@ -590,4 +590,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "f4b2a5885a1a9633a66e3414e7d2c2a260874c596c22c99d2ed1077e2287b82a" +content-hash = "13671ad044ace4811c1270e2495cbf9aa7cee097f502f9ebf7ae1124ef2c688f" diff --git a/pyproject.toml b/pyproject.toml index b46f233..ab7a371 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ toml = "^0.10.2" pytest = "^7.3.1" yapf = "^0.33.0" pylint = "^2.17.4" -pytest-xdist = "^3.3.0" +pytest-xdist = "^3.3.1" mypy = "^1.3" bump2version = "^1.0.1"