From 263d0351818e5d8af72d831a30663077e4ea918b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 03:51:40 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-xdist in the pytest group Bumps the pytest group with 1 update: [pytest-xdist](https://github.com/pytest-dev/pytest-xdist). Updates `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:development update-type: version-update:semver-minor dependency-group: pytest ... 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 90d1ba2fa..02abd8bcb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ pytest-cov==6.2.1 pytest-mock==3.14.1 pytest-random-order==1.2.0 pytest-timeout==2.4.0 -pytest-xdist==3.7.0 +pytest-xdist==3.8.0 isort==6.0.1 # For datetime mocking time-machine==2.16.0