diff --git a/poetry.lock b/poetry.lock index 63b95bea..19d0ac0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2028,14 +2028,14 @@ pytest = "*" [[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] @@ -2913,4 +2913,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "22aea89f176ba9e17bedf103527c7937a04d8522d5a0fa2dc11041479c2c7f07" +content-hash = "ca52274b8438cc03b2559d6de30830dede2579d5cb6919e240d9fbea0b702c4d" diff --git a/pyproject.toml b/pyproject.toml index 82545e95..d50f3511 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ openapi-spec-validator = "0.5.6" pylint = "2.17.4" pytest = "7.3.1" pytest-randomly = "3.12.0" -pytest-xdist = "3.3.0" +pytest-xdist = "3.3.1" safety = "2.3.5" sure = "2.0.1" vulture = "2.7"