From 22dfeaf03e91ecea916ea1fca62cab028c80652e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:12:49 +0000 Subject: [PATCH] Bump opencv-contrib-python in /src/diagram2graph Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 4.0.0.21 to 4.1.1.26. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-contrib-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/diagram2graph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diagram2graph/requirements.txt b/src/diagram2graph/requirements.txt index 2a2b5c888..182224218 100644 --- a/src/diagram2graph/requirements.txt +++ b/src/diagram2graph/requirements.txt @@ -1,6 +1,6 @@ # pip install -r requirements.txt numpy==1.16.2 -opencv-contrib-python==4.0.0.21 +opencv-contrib-python==4.1.1.26 pillow>=6.2.2 imutils==0.5.2 scipy==1.2.1