diff --git a/poetry.lock b/poetry.lock index 190b860e..260880c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1073,11 +1073,11 @@ tests = ["pytest-cov", "pytest-xdist"] [[package]] name = "pytest-xdist" -version = "3.0.2" -description = "pytest xdist plugin for distributed testing and loop-on-failing modes" +version = "3.1.0" +description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "main" optional = true -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] execnet = ">=1.1" @@ -1427,7 +1427,7 @@ test = ["pygments", "pytest", "pytest-cov", "pytest-xdist", "pytest-rabbitmq", " [metadata] lock-version = "1.1" python-versions = ">=3.8 <3.11" -content-hash = "866ce67389ba9d31b166468537412e7de33b57e99363ef52eafba02333c7e78e" +content-hash = "bd381ac1529bca59a59ecc4b837aecfb75debfa0883729add41d5440428a3de7" [metadata.files] anyio = [ @@ -2182,8 +2182,8 @@ pytest-rabbitmq = [ {file = "pytest_rabbitmq-2.2.1-py3-none-any.whl", hash = "sha256:a9306b3e8c53440663fbc1baa7d77f574b9612403192fafa09224cd8824e19c1"}, ] pytest-xdist = [ - {file = "pytest-xdist-3.0.2.tar.gz", hash = "sha256:688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291"}, - {file = "pytest_xdist-3.0.2-py3-none-any.whl", hash = "sha256:9feb9a18e1790696ea23e1434fa73b325ed4998b0e9fcb221f16fd1945e6df1b"}, + {file = "pytest-xdist-3.1.0.tar.gz", hash = "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c"}, + {file = "pytest_xdist-3.1.0-py3-none-any.whl", hash = "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89"}, ] python-dateutil = [ {file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"}, diff --git a/pyproject.toml b/pyproject.toml index 04ee5804..68f04420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ scipy = "1.9.3" pygments = { version = "2.13.0", optional = true } pytest = { version = "7.2.0", optional = true } pytest-cov = { version = "4.0.0", optional = true } -pytest-xdist = { version = "3.0.2", optional = true } +pytest-xdist = { version = "3.1.0", optional = true } pytest-rabbitmq = { version = "2.2.1", optional = true } nest_asyncio = { version = "1.5.6", optional = true } MarkupSafe = { version = "2.1.1", optional = true }