From bcfd2e7e4c3a5d7334f5f16f9d23f21bec4bf8b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:47:36 +0000 Subject: [PATCH] Update dependency test/opencv-python to ~=4.9.0.80 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 233755ef..45fd6195 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dependencies = [ test = [ "PyYAML==6.0.1", "numpy~=1.26.1", - "opencv-python~=4.7.0.68", + "opencv-python~=4.9.0.80", "py-desmume==0.0.6", "pytest~=7.4.2", "pytest-repeat~=0.9.1",