From c460d1489d282582551a441e693f3dfe848e4ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:57:12 +0000 Subject: [PATCH] Bump opencv-contrib-python from 4.7.0.72 to 4.8.0.74 Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python) from 4.7.0.72 to 4.8.0.74. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-contrib-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a5eeb0a..1ce6877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "colorama>=0.4.6", "opencv-contrib-python; sys_platform != 'darwin'", - "opencv-contrib-python<=4.7.0; sys_platform == 'darwin'", + "opencv-contrib-python<=4.8.0.74; sys_platform == 'darwin'", "Pillow", "protobuf", "pyzbar",