From 9f458241730fd2b2eedec1b1bf615f9016827abd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:34:09 +0000 Subject: [PATCH] Bump opencv-python-headless in /resources/libraries Bumps [opencv-python-headless](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-headless 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..38f54678 100644 --- a/resources/libraries/requirements-light.txt +++ b/resources/libraries/requirements-light.txt @@ -16,7 +16,7 @@ beautifulsoup4==4.8.2 # Beautiful Soup is a library that makes it easy to scrape 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-headless==4.2.0.32 # Wrapper package for OpenCV python bindings. opencv-python==4.1.2.30 # 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