From d56f6f0f67f111ad69792fd13f658d41b34e2e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:19:09 +0000 Subject: [PATCH] Bump opencv-python from 4.0.0.21 to 4.1.1.26 in /examples/grasping Bumps [opencv-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-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/grasping/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grasping/requirements.txt b/examples/grasping/requirements.txt index e1fb90af..9d685bc6 100644 --- a/examples/grasping/requirements.txt +++ b/examples/grasping/requirements.txt @@ -3,7 +3,7 @@ PyYAML>=3.11 scipy>=1.2.0 matplotlib>=2.2.2 Pillow>=5.1.0 -opencv-python==4.0.0.21 +opencv-python==4.1.1.26 open3d_python==0.5.0.0 bezier==0.9.0 scikit-learn==0.20.3