From c4ead418b9ea92bc580dc6563907d14f71dea7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:04:45 +0000 Subject: [PATCH] Update pytest-xdist requirement from <3.4.0 to <3.7.0 Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [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/1.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 447b277b0400..7b21ecc2b743 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ pytest-benchmark pytest-env pytest-flakefinder pytest-timeout -pytest-xdist < 3.4.0 # 3.5.0 introduces some flakiness. Need to investigate and resolve. +pytest-xdist < 3.7.0 # 3.5.0 introduces some flakiness. Need to investigate and resolve. pytkdocs >= 0.14.2 pyyaml redis>=5.0.1