From e092475b18080eba77e03edbcdf56b0740e86300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:00:12 +0000 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.2.1 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.2.1. - [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/v2.5.0...v3.2.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index debc39ea17..aa058f68b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas == 1.3.5 matplotlib == 3.5.1 cvxpy == 1.1.17 pytest == 6.2.5 # For unit test -pytest-xdist == 2.5.0 # For unit test +pytest-xdist == 3.2.1 # For unit test sphinx == 4.3.1 # For sphinx documentation sphinx_rtd_theme == 1.0.0 IPython == 7.30.1 # For sphinx documentation