From 5e80dfb512b68a55ae45f72734ede9edbfe1fee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:06:40 +0000 Subject: [PATCH] Update pytest-xdist requirement from ~=2.5.0 to ~=3.6.1 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/v2.5.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 61313db..b72955a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest<=8.0.1 Appium-Python-Client~=3.1.1 opencv-python~=4.8.1 geckodriver-autoinstaller==0.1.0 -pytest-xdist~=2.5.0 +pytest-xdist~=3.6.1 pytest-testrail~=2.9.0 pure-python-adb==0.3.0.dev0 webdriver-manager~=4.0.1 diff --git a/setup.py b/setup.py index 7ad37db..6ec0445 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ "Appium-Python-Client~=3.1.1", "opencv-python~=4.8.1", "geckodriver-autoinstaller==0.1.0", - "pytest-xdist~=2.5.0", + "pytest-xdist>=2.5,<3.7", "pytest-testrail~=2.9.0", "pure-python-adb==0.3.0.dev0", "webdriver-manager~=4.0.1",