From ce014dab46d60c32159f11e693745ff3bbca6a8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:58:00 +0000 Subject: [PATCH] Update pytest requirement from <=8.0.1 to <=8.3.2 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/1.0.0b3...8.3.2) --- updated-dependencies: - dependency-name: pytest 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 2490526..a3beacc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black==24.3.0 build # lib -pytest<=8.0.1 +pytest<=8.3.2 Appium-Python-Client~=4.0.0 opencv-python~=4.8.1 geckodriver-autoinstaller==0.1.0 diff --git a/setup.py b/setup.py index b7963b2..ae08b4b 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ packages=find_packages(), python_requires=">=3.6, <4", install_requires=[ - "pytest<=8.0.1", + "pytest<=8.3.2", "Appium-Python-Client~=3.1.1", "opencv-python~=4.8.1", "geckodriver-autoinstaller==0.1.0",