From db01c8438ff9ef1b4dae33bcedcfefb5e0a002ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 20:20:19 +0000 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.0.2 in /requirements Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... 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 90e98e4f5b..902c8fee7f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,6 +4,6 @@ pandas == 1.4.0 matplotlib == 3.5.1 cvxpy == 1.1.18 pytest == 6.2.5 # For unit test -pytest-xdist == 2.5.0 # For unit test +pytest-xdist == 3.0.2 # For unit test mypy == 0.931 # For unit test flake8 == 4.0.1 # For unit test