From 3a1ffdeb11dab931ff70bbcc3cabb21d879c0eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:22:52 +0900 Subject: [PATCH] build(deps): bump pytest-xdist from 3.7.0 to 3.8.0 in /requirements (#1245) 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> --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 410bf3f39d..23c7393dce 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,6 +4,6 @@ matplotlib == 3.10.1 cvxpy == 1.6.6 ecos == 2.0.14 pytest == 8.4.1 # For unit test -pytest-xdist == 3.7.0 # For unit test +pytest-xdist == 3.8.0 # For unit test mypy == 1.16.1 # For unit test ruff == 0.12.1 # For unit test