diff --git a/homeassistant/components/stiebel_eltron/manifest.json b/homeassistant/components/stiebel_eltron/manifest.json index 29c9fd19563b..0498f1fb4b56 100644 --- a/homeassistant/components/stiebel_eltron/manifest.json +++ b/homeassistant/components/stiebel_eltron/manifest.json @@ -14,5 +14,5 @@ "iot_class": "local_polling", "loggers": ["pystiebeleltron"], "quality_scale": "silver", - "requirements": ["pystiebeleltron==0.7.0"] + "requirements": ["pystiebeleltron==0.8.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 6be7c749bc93..aa4cb5e424dd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2681,7 +2681,7 @@ pyspeex-noise==1.0.2 pysqueezebox==0.14.0 # homeassistant.components.stiebel_eltron -pystiebeleltron==0.7.0 +pystiebeleltron==0.8.0 # homeassistant.components.suez_water pysuezV2==2.0.7 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 057175bd16f7..8c8bd084f5ec 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -79,10 +79,6 @@ PACKAGE_CHECK_VERSION_RANGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # Current has an upper bound on major >=3.11.0,<4.0.0 "pysmarty2": {"pymodbus"} }, - "stiebel_eltron": { - # Current has an upper bound on major >=3.10.0,<4.0.0 - "pystiebeleltron": {"pymodbus"} - }, "telegram_bot": {"python-telegram-bot": {"httpx"}}, "xiaomi_miio": { "python-miio": {"zeroconf"},