diff --git a/poetry.lock b/poetry.lock index 192139b..fbb901e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -901,13 +901,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[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] @@ -1397,4 +1397,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "acce67f7f30d29c58e150d498a3ea62781a74571b8a41d6ef6674c4872e17075" +content-hash = "14bcdc2065ad727cfa485b7bcc6039efa8a4bf7a7385dc431ff6655ed934bdb8" diff --git a/pyproject.toml b/pyproject.toml index 17be4cc..7f8d689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ reorder-python-imports = "^3.10.0" pre-commit-hooks = "^4.3.0" pyupgrade = "^3.3.2" pytest-cov = "^4.1.0" -pytest-xdist = "^3.4.0" +pytest-xdist = "^3.5.0" bandit = "^1.7.5" flake8 = "^5.0.4"