From 95d11527085418c77de558664d7021e1b0b39a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:33:11 +0000 Subject: [PATCH] Update pytest requirement from <=8.0.1 to <=8.2.1 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.1) --- 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..8b28d9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black==24.2.0 build # lib -pytest<=8.0.1 +pytest<=8.2.1 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..b3a3420 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.1", "Appium-Python-Client~=3.1.1", "opencv-python~=4.8.1", "geckodriver-autoinstaller==0.1.0",