From 2f5eebee8202f01cb6dd438f20355a53be64299e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:41:50 +0000 Subject: [PATCH] Update pytest requirement from <=8.0.1 to <=8.3.3 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.3) --- 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 d82e5a5..0c0b499 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ black==24.3.0 build # lib -pytest<=8.0.1 +pytest<=8.3.3 Appium-Python-Client~=4.0.0 opencv-python~=4.10.0.84 geckodriver-autoinstaller==0.1.0 diff --git a/setup.py b/setup.py index b7963b2..0845933 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.3", "Appium-Python-Client~=3.1.1", "opencv-python~=4.8.1", "geckodriver-autoinstaller==0.1.0",