From 4db8edffc7ffc020775bdd26eff58dac04a0812c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:56:56 +0000 Subject: [PATCH] Bump opencv-python from 4.0.0.21 to 4.2.0.32 in /examples/grasping Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.0.0.21 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-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..cc7f4a9e 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.2.0.32 open3d_python==0.5.0.0 bezier==0.9.0 scikit-learn==0.20.3