From fe44c6f2c20a4a891f9d902ce324f44317002073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:15:50 +0000 Subject: [PATCH] Bump opencv-python from 3.3.1.11 to 3.4.7.28 in /ch03 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.1.11 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] --- ch03/requirements.txt | 2 +- ch03/requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ch03/requirements.txt b/ch03/requirements.txt index 4476e5b..b826681 100644 --- a/ch03/requirements.txt +++ b/ch03/requirements.txt @@ -2,4 +2,4 @@ keras==2.1.6 tensorflow==1.8.0 h5py==2.7.1 Pillow==4.3.0 -opencv-python==3.3.1.11 +opencv-python==3.4.7.28 diff --git a/ch03/requirements_gpu.txt b/ch03/requirements_gpu.txt index 9eb1fae..9a0da26 100644 --- a/ch03/requirements_gpu.txt +++ b/ch03/requirements_gpu.txt @@ -2,4 +2,4 @@ keras==2.1.6 tensorflow-gpu==1.8.0 h5py==2.7.1 Pillow==4.3.0 -opencv-python==3.3.1.11 +opencv-python==3.4.7.28