From 24e3c88433692f5b0936fa591d2b594198bddd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:21:13 +0000 Subject: [PATCH] Bump pytest-xdist from 2.4.0 to 2.5.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.4.0 to 2.5.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/v2.4.0...v2.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0135cf44..44a0d2f40d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pandas == 1.3.4 matplotlib == 3.5.0 cvxpy == 1.1.17 pytest == 6.2.5 # For unit test -pytest-xdist == 2.4.0 # For unit test +pytest-xdist == 2.5.0 # For unit test sphinx < 4.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0 IPython == 7.30.0 # For sphinx documentation