From 3e0b016fc8cf7edc9ba8a03a3936f7e2a2417acf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:38:38 +0000 Subject: [PATCH] Bump pytest-xdist from 3.5.0 to 3.8.0 in /requirements Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.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.5.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] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 68d8b2dc..8c6de3f1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,6 +3,6 @@ scipy == 1.11.4 matplotlib == 3.8.2 cvxpy == 1.4.1 pytest == 7.4.3 # For unit test -pytest-xdist == 3.5.0 # For unit test +pytest-xdist == 3.8.0 # For unit test mypy == 1.7.1 # For unit test ruff == 0.1.8 # For unit test