From 20a594cf8289ddb25e1b12b060f47c20fa59f209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:54:41 +0000 Subject: [PATCH] build(deps): bump opencv-python in /hsv_image_search Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.17 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hsv_image_search/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsv_image_search/requirements.txt b/hsv_image_search/requirements.txt index a6ec12f..0903dd3 100644 --- a/hsv_image_search/requirements.txt +++ b/hsv_image_search/requirements.txt @@ -4,6 +4,6 @@ async-timeout==3.0.1 httptools==0.0.11 MarkupSafe==1.0 numpy==1.15.0 -opencv-python==3.4.2.17 +opencv-python==4.2.0.32 tinydb==3.11.1 uvloop==0.11.1