From 8de473600d6aabf6e8d2b2d7aa322ffe896d1453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:14:27 +0000 Subject: [PATCH] Bump opencv-contrib-python in /module4-geometry/practice2_homography Bumps [opencv-contrib-python](https://github.com/skvark/opencv-python) from 4.1.0.25 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] --- module4-geometry/practice2_homography/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module4-geometry/practice2_homography/requirements.txt b/module4-geometry/practice2_homography/requirements.txt index f66518b..7f45b94 100644 --- a/module4-geometry/practice2_homography/requirements.txt +++ b/module4-geometry/practice2_homography/requirements.txt @@ -1,5 +1,5 @@ numpy==1.17.3 matplotlib==3.0.2 -opencv-contrib-python==4.1.0.25 +opencv-contrib-python==4.1.1.26 opencv-python==4.1.0.25 scikit-image==0.16.2 \ No newline at end of file