From 15830f383eab774eb7fbe8a1484189dc3306722a Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:21:26 +0200 Subject: [PATCH] Update pyoverkiz to 1.17.2 (#146056) --- homeassistant/components/overkiz/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- script/hassfest/requirements.py | 4 ---- 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/homeassistant/components/overkiz/manifest.json b/homeassistant/components/overkiz/manifest.json index 6f1af6d5aca..48f06ffe353 100644 --- a/homeassistant/components/overkiz/manifest.json +++ b/homeassistant/components/overkiz/manifest.json @@ -13,7 +13,7 @@ "integration_type": "hub", "iot_class": "local_polling", "loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"], - "requirements": ["pyoverkiz==1.17.1"], + "requirements": ["pyoverkiz==1.17.2"], "zeroconf": [ { "type": "_kizbox._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 4ea9c2188bf..1dc5cf04986 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2221,7 +2221,7 @@ pyotgw==2.2.2 pyotp==2.8.0 # homeassistant.components.overkiz -pyoverkiz==1.17.1 +pyoverkiz==1.17.2 # homeassistant.components.onewire pyownet==0.10.0.post1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1c3c7183cce..81e8d96c531 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1842,7 +1842,7 @@ pyotgw==2.2.2 pyotp==2.8.0 # homeassistant.components.overkiz -pyoverkiz==1.17.1 +pyoverkiz==1.17.2 # homeassistant.components.onewire pyownet==0.10.0.post1 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 1f53b50a722..9a3343354d0 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -57,10 +57,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # https://github.com/ollama/ollama-python/pull/445 (not yet released) "ollama": {"httpx"} }, - "overkiz": { - # https://github.com/iMicknl/python-overkiz-api/issues/1644 (not yet released) - "pyoverkiz": {"attrs"}, - }, } PACKAGE_REGEX = re.compile(