From dd001c3cba104b17950f4f94d27f503544a1d9c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:54:12 +0000 Subject: [PATCH] Update opencv-python-headless requirement in /docker/main 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] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 37028d33b..51116417d 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -5,7 +5,7 @@ matplotlib == 3.7.* mypy == 1.6.1 numpy == 1.23.* onvif_zeep == 0.2.12 -opencv-python-headless == 4.7.0.* +opencv-python-headless == 4.8.1.* paho-mqtt == 1.6.* peewee == 3.17.* peewee_migrate == 1.12.*