From 654681f88ad39cab527c498bc206270e4ed2da4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:52:58 +0000 Subject: [PATCH] Update pytest-xdist requirement from ~=3.3.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.3.1...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 245ed0d..bc4b0f5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,7 +68,7 @@ dev = pytest~=7.4.0 pytest-cov~=4.1.0 pytest-watch~=4.2.0 - pytest-xdist~=3.3.1 + pytest-xdist~=3.8.0 pre-commit~=3.3.3 detect-secrets~=1.5.0 sphinx~=8.2.3