From 3488f3b52f0b2101d9e19f0d639e84501d9d3bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jun 2022 13:57:18 +0000 Subject: [PATCH] Bump opencv-python from 3.4.2.16 to 4.2.0.32 in /trackers/PoseFlow Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.2.16 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] --- trackers/PoseFlow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackers/PoseFlow/requirements.txt b/trackers/PoseFlow/requirements.txt index 50cfd35e..2dc4b8d5 100644 --- a/trackers/PoseFlow/requirements.txt +++ b/trackers/PoseFlow/requirements.txt @@ -1,6 +1,6 @@ numpy==1.14.5 scipy==1.1.0 -opencv_python==3.4.2.16 +opencv_python==4.2.0.32 opencv_contrib_python==3.4.2.16 matplotlib==2.2.2 tqdm==4.23.4