From 473edf514881b4ebc9310c7282e098f3c76ec9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 18:06:23 +0000 Subject: [PATCH] Update pytest-xdist requirement from ~=3.5 to ~=3.8 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.5.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4acb497..3e44fa4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ # for pytest 9.0.3 which is not yet released on PyPI. Bump when available. pytest~=8.0 pytest-cov~=4.1 -pytest-xdist~=3.5 # parallel test execution +pytest-xdist~=3.8 # parallel test execution # Property-based testing for algorithm characterization hypothesis~=6.98