From b5fbe9777efb8c9aa2d3b0050f07061bb5bd836d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 08:27:44 +0200 Subject: [PATCH] [pip] Bump pytest-xdist from 3.7.0 to 3.8.0 (#515) Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.7.0 to 3.8.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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 733ca77..a422997 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -4,6 +4,6 @@ coverage==7.8.1 mock==5.2.0 pytest==8.4.1 pytest-cov==6.2.1 -pytest-xdist==3.7.0 +pytest-xdist==3.8.0 requests==2.32.3 setuptools==80.9.0