Skip to content

Commit 6e4d439

Browse files
Bump pytest-xdist from 2.4.0 to 2.5.0 (AtsushiSakai#597)
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](pytest-dev/pytest-xdist@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf4e682 commit 6e4d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pandas == 1.3.4
44
matplotlib == 3.5.0
55
cvxpy == 1.1.17
66
pytest == 6.2.5 # For unit test
7-
pytest-xdist == 2.4.0 # For unit test
7+
pytest-xdist == 2.5.0 # For unit test
88
sphinx < 4.0 # For sphinx documentation
99
sphinx_rtd_theme == 1.0.0
1010
IPython == 7.30.1 # For sphinx documentation

0 commit comments

Comments
 (0)