From 8b905b44383d04c6862525ebce824426318c78d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:03:11 +0000 Subject: [PATCH] Bump opencv-python from 4.1.0.25 to 4.2.0.32 Bumps [opencv-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-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bf8678..262327f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ gym==0.14.0 h5py==2.9.0 matplotlib==2.2.4 numpy==1.16.5 -opencv-python==4.1.0.25 +opencv-python==4.2.0.32 Pillow==8.2.0 pybullet==2.6.5 python-pcl diff --git a/setup.py b/setup.py index d518093..b0c7fde 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ 'h5py==2.9.0', 'matplotlib==2.2.4', 'numpy==1.16.5', - 'opencv-python==4.1.0.25', + 'opencv-python==4.2.0.32', 'Pillow==8.2.0', 'python-pcl', 'PyYAML==5.1.2',