From d907d79b425fe0af709883d3d043befcfbbc6eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:52:29 +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.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-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..bdb0b9d 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.2.0.32 opencv-python==4.1.0.25 scikit-image==0.16.2 \ No newline at end of file