diff --git a/homeassistant/components/hive/manifest.json b/homeassistant/components/hive/manifest.json index 712ccf09cae..53af76c7482 100644 --- a/homeassistant/components/hive/manifest.json +++ b/homeassistant/components/hive/manifest.json @@ -9,5 +9,5 @@ }, "iot_class": "cloud_polling", "loggers": ["apyhiveapi"], - "requirements": ["pyhive-integration==1.0.2"] + "requirements": ["pyhive-integration==1.0.6"] } diff --git a/requirements_all.txt b/requirements_all.txt index 62ad19387bb..ffdfd2d77df 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2050,7 +2050,7 @@ pyhaversion==22.8.0 pyheos==1.0.6 # homeassistant.components.hive -pyhive-integration==1.0.2 +pyhive-integration==1.0.6 # homeassistant.components.homematic pyhomematic==0.1.77 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 675b1b0fd87..1cf6438cad6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1709,7 +1709,7 @@ pyhaversion==22.8.0 pyheos==1.0.6 # homeassistant.components.hive -pyhive-integration==1.0.2 +pyhive-integration==1.0.6 # homeassistant.components.homematic pyhomematic==0.1.77 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 216d9a8ee21..e30e5766b77 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -169,11 +169,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { "here-routing": {"async-timeout"}, "here-transit": {"async-timeout"}, }, - "hive": { - # https://github.com/Pyhass/Pyhiveapi/pull/88 - # pyhive-integration > unasync > setuptools - "unasync": {"setuptools"} - }, "homewizard": {"python-homewizard-energy": {"async-timeout"}}, "imeon_inverter": {"imeon-inverter-api": {"async-timeout"}}, "influxdb": {