From 71b56daeb984c0e265d7e0043dcd2aafb71daf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 02:04:11 +0000 Subject: [PATCH] build(deps-dev): Bump pytest-xdist from 3.0.2 to 3.1.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.0.2 to 3.1.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/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf304e4c9c..b884d8b083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ tests = [ # Test requirements "pytest==7.2.0", "pytest-cov==4.0.0", - "pytest-xdist==3.0.2", + "pytest-xdist==3.1.0", "pytest-mock==3.10.0", "pytest-lazy-fixture==0.6.3", # https://github.com/docker/docker-py/issues/2902