From 5c259bc65150e05c0507b870953f1b4dec983849 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 14:02:43 +0000 Subject: [PATCH] Update pytest-xdist requirement from <4.0,>=3.6 to >=3.8.0,<4.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.0...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 dae13b5..ca6b89b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package = false [dependency-groups] test = [ "pytest>=8.0,<10.0", - "pytest-xdist>=3.6,<4.0", + "pytest-xdist>=3.8.0,<4.0", "pillow>=10.0,<13.0", ] docs = [