From 9331dfd2f2e1833f63baeaf2c5c17786eab39c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 22:00:58 +0000 Subject: [PATCH] Bump opencv-python from 3.3.0.10 to 3.3.1.11 in /faceswap Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.3.0.10 to 3.3.1.11. - [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] --- faceswap/requirements-gpu.txt | 2 +- faceswap/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/faceswap/requirements-gpu.txt b/faceswap/requirements-gpu.txt index cc2d687..6383dba 100644 --- a/faceswap/requirements-gpu.txt +++ b/faceswap/requirements-gpu.txt @@ -2,7 +2,7 @@ pathlib==1.0.1 scandir==1.6 h5py==2.7.1 Keras==2.1.2 -opencv-python==3.3.0.10 +opencv-python==3.3.1.11 tensorflow-gpu==1.4.0 scikit-image dlib diff --git a/faceswap/requirements.txt b/faceswap/requirements.txt index 48525a6..e1dd2d7 100644 --- a/faceswap/requirements.txt +++ b/faceswap/requirements.txt @@ -2,7 +2,7 @@ pathlib==1.0.1 scandir==1.6 h5py==2.7.1 Keras==2.1.2 -opencv-python==3.3.0.10 +opencv-python==3.3.1.11 tensorflow==1.12.2 scikit-image dlib