From 7c67a8d9e27806c03f938b312a3c234c9513e3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:44:38 +0000 Subject: [PATCH] Update opencv-python requirement from ~=4.8.1 to ~=4.9.0 --- updated-dependencies: - dependency-name: opencv-python 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..7c8e64b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ build # lib pytest<=8.0.1 Appium-Python-Client~=3.1.1 -opencv-python~=4.8.1 +opencv-python~=4.9.0 geckodriver-autoinstaller==0.1.0 pytest-xdist~=2.5.0 pytest-testrail~=2.9.0 diff --git a/setup.py b/setup.py index 7ad37db..7640390 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ install_requires=[ "pytest<=8.0.1", "Appium-Python-Client~=3.1.1", - "opencv-python~=4.8.1", + "opencv-python>=4.8.1,<4.10.0", "geckodriver-autoinstaller==0.1.0", "pytest-xdist~=2.5.0", "pytest-testrail~=2.9.0",