From eb8bb1aa845e4c3fbdf83fd47ed913232263b951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:41:16 +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.0) --- 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 1bc8f5c3efe9..6fdd1089aa81 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,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 requests