From 628cc5dccb0ae6d76a8582865c586def5f96d50d Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Wed, 13 Mar 2024 22:41:47 +0000 Subject: [PATCH] Update opencv-python-headless to 4.9.0.80 --- homeassistant/components/opencv/manifest.json | 2 +- requirements_all.txt | 2 +- script/gen_requirements_all.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/opencv/manifest.json b/homeassistant/components/opencv/manifest.json index 3c484385934..81394fe7e6d 100644 --- a/homeassistant/components/opencv/manifest.json +++ b/homeassistant/components/opencv/manifest.json @@ -4,5 +4,5 @@ "codeowners": [], "documentation": "https://www.home-assistant.io/integrations/opencv", "iot_class": "local_push", - "requirements": ["numpy==1.26.0", "opencv-python-headless==4.6.0.66"] + "requirements": ["numpy==1.26.0", "opencv-python-headless==4.9.0.80"] } diff --git a/requirements_all.txt b/requirements_all.txt index d4926f8a691..9be46bd53b1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1450,7 +1450,7 @@ open-meteo==0.3.1 openai==1.3.8 # homeassistant.components.opencv -# opencv-python-headless==4.6.0.66 +opencv-python-headless==4.9.0.80 # homeassistant.components.openerz openerz-api==0.3.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 8db6aee8a96..9f927f2469a 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -29,7 +29,6 @@ COMMENT_REQUIREMENTS = ( "decora-wifi", "evdev", "face-recognition", - "opencv-python-headless", "pybluez", "pycocotools", "pycups",