From 8d8c8f011fc03d062fff3584d7aec33ef46967ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:43:31 +0000 Subject: [PATCH] Bump opencv-contrib-python Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python) from 4.2.0.32 to 4.8.1.78. - [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 ... Signed-off-by: dependabot[bot] --- .../helloopencv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter01/02-minimal-opencv-python-project/helloopencv/requirements.txt b/Chapter01/02-minimal-opencv-python-project/helloopencv/requirements.txt index 42e3e5a..f8bc764 100644 --- a/Chapter01/02-minimal-opencv-python-project/helloopencv/requirements.txt +++ b/Chapter01/02-minimal-opencv-python-project/helloopencv/requirements.txt @@ -1,3 +1,3 @@ numpy==1.22.0 -opencv-contrib-python==4.2.0.32 +opencv-contrib-python==4.8.1.78 pytest==3.8.0