From 940ea41347b4c7974ae2ae44284e1e8cdb8302f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:23:22 +0000 Subject: [PATCH] Bump opencv-python from 3.4.3.18 to 3.4.7.28 in /yolov3 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.3.18 to 3.4.7.28. - [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] --- yolov3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 yolov3/requirements.txt diff --git a/yolov3/requirements.txt b/yolov3/requirements.txt old mode 100755 new mode 100644 index 5cd8526..a80deb9 --- a/yolov3/requirements.txt +++ b/yolov3/requirements.txt @@ -14,7 +14,7 @@ h5py==2.8.0 pandas==0.23.4 tqdm==4.29.1 tensorboardX==1.6 -opencv_python==3.4.3.18 +opencv_python==3.4.7.28 torch==0.4.1 torchvision==0.2.1 pyqt5