From e18133d5c0d7eba9fb7b6894b70d5ebc8f36ed1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 11:09:25 +0000 Subject: [PATCH] Update opencv-python-headless requirement from ==4.5.5.* to ==4.7.0.* Updates the requirements on [opencv-python-headless](https://github.com/opencv/opencv-python) to permit the latest version. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python-headless dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index 930ab9e47..c652ea04e 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -4,7 +4,7 @@ imutils == 0.5.* matplotlib == 3.6.* mypy == 0.942 numpy == 1.22.* -opencv-python-headless == 4.5.5.* +opencv-python-headless == 4.7.0.* paho-mqtt == 1.6.* peewee == 3.15.* peewee_migrate == 1.4.*