From a5d64307d7e395ebd9e67ddddddf01502315cf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 06:48:30 +0000 Subject: [PATCH] Bump pytest-xdist from 2.4.0 to 3.6.1 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.4.0 to 3.6.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.4.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 640da0d..f554a95 100644 --- a/setup.cfg +++ b/setup.cfg @@ -109,7 +109,7 @@ dev = pytest == 6.2.5 # Testing pytest-cov == 5.0.0 # pytest + coverage = pytest-cov pytest-watch == 4.2.0 # Automatic testing every time you save a file - pytest-xdist == 2.4.0 # You got multiple cores, right? + pytest-xdist == 3.6.1 # You got multiple cores, right? pre-commit == 2.15.0 # Auto-run checks on every commit tox ~= 4.11.0 # A way to automate and standardize testing in Python types-requests ~= 2.31.0.20240218