From 757067499d192204b8d597f70023bcda996895f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 06:05:34 +0000 Subject: [PATCH] Build(deps-dev): update pytest-xdist requirement from >=3.6.1 to >=3.8.0 Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7f1d02c..2510cf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pytest>=9.0.3", "pytest-benchmark>=5.1.0", "pytest-cov>=6.0.0", - "pytest-xdist[psutil]>=3.6.1", + "pytest-xdist[psutil]>=3.8.0", "ruff>=0.11.0", "sphinx>=8.2.3", "tox>=4.25.0",