From 1dba8356a49339e2b89ae3f2b19d1070b00c5282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:04:05 +0000 Subject: [PATCH] Bump pytest-xdist from 2.2.1 to 2.3.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.2.1 to 2.3.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.2.1...v2.3.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_py2_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_py2_dev.txt b/requirements_py2_dev.txt index 74b9b43a..be518a16 100644 --- a/requirements_py2_dev.txt +++ b/requirements_py2_dev.txt @@ -5,6 +5,6 @@ ## Python2 Addon Requirements for Testing lovely-pytest-docker==0.2.0 pytest==6.2.4 -pytest-xdist==2.2.1 +pytest-xdist==2.3.0 pytest-expect==1.1.0 mock==3.0.5 \ No newline at end of file