From 2d11377e88aa91aa532202c15a25796fe6875e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:00:56 +0000 Subject: [PATCH] Bump opencv-python from 4.1.0.25 to 4.2.0.32 in /CVC-YOLOv3 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] --- CVC-YOLOv3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVC-YOLOv3/requirements.txt b/CVC-YOLOv3/requirements.txt index 764c988..70a327f 100644 --- a/CVC-YOLOv3/requirements.txt +++ b/CVC-YOLOv3/requirements.txt @@ -1,7 +1,7 @@ numpy==1.16.4 matplotlib==3.1.0 torchvision==0.3.0 -opencv_python==4.1.0.25 +opencv_python==4.2.0.32 torch==1.1.0 requests==2.20.0 pandas==0.24.2