From 3632818fb61b1c7c759ee039d1dcaab5eaffecd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:04:21 +0000 Subject: [PATCH] Bump opencv-python from 3.3.0.10 to 3.4.0.12 in /chapter6/yolov2-pytorch Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.0.10 to 3.4.0.12. - [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] --- chapter6/yolov2-pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter6/yolov2-pytorch/requirements.txt b/chapter6/yolov2-pytorch/requirements.txt index fa63059..cc22540 100644 --- a/chapter6/yolov2-pytorch/requirements.txt +++ b/chapter6/yolov2-pytorch/requirements.txt @@ -1,4 +1,4 @@ Cython==0.27.3 -opencv-python==3.3.0.10 +opencv-python==3.4.0.12 h5py==2.7.1 pycrayon==0.5 \ No newline at end of file