Merge pull request #288 from moraroy/dependabot/pip/pytest-xdist-3.6.1

Bump pytest-xdist from 3.5.0 to 3.6.1
This commit is contained in:
Roy 2024-05-04 13:45:38 -07:00 committed by GitHub
commit 9079ec172c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

20
poetry.lock generated
View File

@ -578,13 +578,13 @@ pgp = ["gpg"]
[[package]] [[package]]
name = "execnet" name = "execnet"
version = "2.0.2" version = "2.1.1"
description = "execnet: rapid multi-Python deployment" description = "execnet: rapid multi-Python deployment"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "execnet-2.0.2-py3-none-any.whl", hash = "sha256:88256416ae766bc9e8895c76a87928c0012183da3cc4fc18016e6f050e025f41"}, {file = "execnet-2.1.1-py3-none-any.whl", hash = "sha256:26dee51f1b80cebd6d0ca8e74dd8745419761d3bef34163928cbebbdc4749fdc"},
{file = "execnet-2.0.2.tar.gz", hash = "sha256:cc59bc4423742fd71ad227122eb0dd44db51efb3dc4095b45ac9a08c770096af"}, {file = "execnet-2.1.1.tar.gz", hash = "sha256:5189b52c6121c24feae288166ab41b32549c7e2348652736540b9e6e7d4e72e3"},
] ]
[package.extras] [package.extras]
@ -1290,18 +1290,18 @@ pytest = ">=3.6"
[[package]] [[package]]
name = "pytest-xdist" name = "pytest-xdist"
version = "3.5.0" version = "3.6.1"
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ files = [
{file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, {file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"},
{file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, {file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"},
] ]
[package.dependencies] [package.dependencies]
execnet = ">=1.1" execnet = ">=2.1"
pytest = ">=6.2.0" pytest = ">=7.0.0"
[package.extras] [package.extras]
psutil = ["psutil (>=3.0)"] psutil = ["psutil (>=3.0)"]