From 0c7bcb2f982539643e87b2b25b611cff8430e6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 13:56:57 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pytest-xdist=20from=202.1.0?= =?UTF-8?q?=20to=203.3.0?= 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.3.0. - [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.3.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89c3c40..97e0af4 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.3.0 pytest-sugar == 0.9.2 # Format and lint