From 12e5de698ded56d30a2be7ae5fac1be2ef7da33b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:33:40 +0000 Subject: [PATCH] Bump opencv-python from 4.1.2.30 to 4.2.0.32 in /resources/libraries Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.1.2.30 to 4.2.0.32. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- resources/libraries/requirements-light.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/libraries/requirements-light.txt b/resources/libraries/requirements-light.txt index c83ddd63..bcb48d18 100644 --- a/resources/libraries/requirements-light.txt +++ b/resources/libraries/requirements-light.txt @@ -17,7 +17,7 @@ soupsieve==1.9.5 # A modern CSS selector implementation for Beautiful Soup. # Images opencv-python-headless==4.1.2.30 # Wrapper package for OpenCV python bindings. -opencv-python==4.1.2.30 # Wrapper package for OpenCV python bindings. +opencv-python==4.2.0.32 # Wrapper package for OpenCV python bindings. scikit-image==0.16.2 # Image processing routines for SciPy - version 0.14.1 is not compatible with numpy 16 ## Others