chore(deps-dev): bump pytest-xdist from 3.5.0 to 3.6.1 (#3893)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-30 09:07:28 +02:00
committed by GitHub
parent 8aa06cab6f
commit 9b165db923
2 changed files with 8 additions and 8 deletions
Generated
+7 -7
View File
@@ -3320,18 +3320,18 @@ pytest = "*"
[[package]]
name = "pytest-xdist"
version = "3.5.0"
version = "3.6.1"
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"},
{file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"},
{file = "pytest_xdist-3.6.1-py3-none-any.whl", hash = "sha256:9ed4adfb68a016610848639bb7e02c9352d5d9f03d04809919e2dafc3be4cca7"},
{file = "pytest_xdist-3.6.1.tar.gz", hash = "sha256:ead156a4db231eec769737f57668ef58a2084a34b2e55c4a8fa20d861107300d"},
]
[package.dependencies]
execnet = ">=1.1"
pytest = ">=6.2.0"
execnet = ">=2.1"
pytest = ">=7.0.0"
[package.extras]
psutil = ["psutil (>=3.0)"]
@@ -4542,4 +4542,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "4a949f263f43372e0b25d88f7e025720150cb0d5c2cf077f2619dea006235c80"
content-hash = "4bd8e034908c43e7ae41e32246e6e2ff1b7ef3ca5d3301f470909d445ae6dc66"
+1 -1
View File
@@ -78,7 +78,7 @@ pytest = "8.1.1"
pytest-cov = "5.0.0"
pytest-env = "1.1.3"
pytest-randomly = "3.15.0"
pytest-xdist = "3.5.0"
pytest-xdist = "3.6.1"
safety = "3.1.0"
vulture = "2.11"