From 31a86cf11c67ac622a4663649ea47def0d25c223 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:44:50 +0200 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.1.0 (#423) Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 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/v2.5.0...v3.1.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fa6eed..34f2be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ flake8 = "^5.0.4" bandit = "^1.7.4" coverage = "^6.4" pytest-cov = "^4.0.0" -pytest-xdist = "^2.5.0" +pytest-xdist = "^3.1.0" unasync = "^0.5.0" pytest-asyncio = "^0.19.0" email-validator = "^1.3.0"