From ee80a0b812d0d68768703d8e94c20e6c3dd95688 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:57:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest-xdist=20from=202.1.0?= =?UTF-8?q?=20to=203.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.1.0 to 3.2.1. - [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.1.0...v3.2.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89c3c40..321f7a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Test pytest == 7.0.1 pytest-cov == 4.0.0 -pytest-xdist == 2.1.0 +pytest-xdist == 3.2.1 pytest-sugar == 0.9.2 # Format and lint