From 2b0ce4aa0cfa0ff904949ec59884b58846109be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:23:03 +0000 Subject: [PATCH] Bump opencv-python in /module4-geometry/practice2_homography Bumps [opencv-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-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..8f34da1 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-python==4.1.0.25 +opencv-python==4.1.1.26 scikit-image==0.16.2 \ No newline at end of file