From 9a04df0af24103a8afcc4a30f8d8d281e1bc4914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 15:05:09 +0000 Subject: [PATCH] Bump pytest-xdist from 3.6.1 to 3.7.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.6.1 to 3.7.0. - [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.7.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45d29233..8f4b2ff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ "mypy==1.15.0", "pre-commit==4.2.0", "pytest-cov==6.1.1", - "pytest-xdist==3.6.1", + "pytest-xdist==3.7.0", "pytest==8.3.5", "ruff==0.11.11", "types-requests==2.32.0.20250515",