From 818e01add44558d2ff2761947f932e67e5768de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 09:00:45 +0000 Subject: [PATCH] Bump opencv-python from 4.6.0.66 to 4.7.0.68 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.6.0.66 to 4.7.0.68. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 39bb9ff..4dd1f6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -opencv-python==4.6.0.66 +opencv-python==4.7.0.68 numpy~=1.23.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f98415f..d965e33 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], python_requires='>=3.6', install_requires=[ - "opencv-python==4.6.0.66", + "opencv-python==4.7.0.68", ], )