From 3755b8a5c4366f463443bf62c43d63c7fe8d3520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:06:31 +0000 Subject: [PATCH] Update pytest requirement from <=8.0.1 to <=8.2.0 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.2.0) --- 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 61313db..1c588b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black==24.2.0 build # lib -pytest<=8.0.1 +pytest<=8.2.0 Appium-Python-Client~=3.1.1 opencv-python~=4.8.1 geckodriver-autoinstaller==0.1.0 diff --git a/setup.py b/setup.py index 7ad37db..0287ff2 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.2.0", "Appium-Python-Client~=3.1.1", "opencv-python~=4.8.1", "geckodriver-autoinstaller==0.1.0",