diff --git a/poetry.lock b/poetry.lock index e988b26..ee8a3df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -338,13 +338,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[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] @@ -658,4 +658,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7.2" -content-hash = "e9271555e3ca91210eba01a153f1dd027a984cff5ab4b6b070bd3215c14e157e" +content-hash = "5316201139b3ea8aa085ea6317196111bac72dcf4c794157b5d6cfcc717c77da" diff --git a/pyproject.toml b/pyproject.toml index c360b8a..d769b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ toml = "^0.10.2" [tool.poetry.dev-dependencies] pytest = "^7.4.3" yapf = "^0.40.2" -pytest-xdist = "^3.4.0" +pytest-xdist = "^3.5.0" mypy = "^1.4" bump2version = "^1.0.1"