From 9d3bf03ea4fa5606f3743165239c65e8914777ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:00:32 +0000 Subject: [PATCH] Bump opencv-python from 4.0.0.21 to 4.2.0.32 in /robots/LoCoBot 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] --- robots/LoCoBot/requirements_python2.txt | 2 +- robots/LoCoBot/requirements_python3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robots/LoCoBot/requirements_python2.txt b/robots/LoCoBot/requirements_python2.txt index 10e7f3ff..8cd391d6 100644 --- a/robots/LoCoBot/requirements_python2.txt +++ b/robots/LoCoBot/requirements_python2.txt @@ -5,6 +5,6 @@ ipython==5.8.0 Pillow==6.2.0 https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl torchvision==0.2.1 -opencv-python==4.0.0.21 +opencv-python==4.2.0.32 open3d_python==0.5.0.0 bezier==0.9.0 diff --git a/robots/LoCoBot/requirements_python3.txt b/robots/LoCoBot/requirements_python3.txt index dd42d79b..b45d51a6 100644 --- a/robots/LoCoBot/requirements_python3.txt +++ b/robots/LoCoBot/requirements_python3.txt @@ -5,6 +5,6 @@ ipython==5.8.0 Pillow==6.2.0 torch torchvision -opencv-python==4.0.0.21 +opencv-python==4.2.0.32 open3d_python==0.5.0.0 bezier>=0.10.0