From 1422f7c200a0fec517a3f30fee3be59f0661a400 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:44:52 +0000 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.5.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.5.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.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... 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 b2dbb08..ea3e060 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ pytest<=7.4.3 Appium-Python-Client~=3.1.1 opencv-python~=4.8.1 geckodriver-autoinstaller==0.1.0 -pytest-xdist~=2.5.0 +pytest-xdist~=3.5.0 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 ace81ae..3d66b71 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.6", "pytest-testrail~=2.9.0", "pure-python-adb==0.3.0.dev0", "webdriver-manager~=4.0.1",