diff --git a/homeassistant/components/amazon_devices/manifest.json b/homeassistant/components/amazon_devices/manifest.json index a24671298d95e..bd9bc701d3e28 100644 --- a/homeassistant/components/amazon_devices/manifest.json +++ b/homeassistant/components/amazon_devices/manifest.json @@ -118,5 +118,5 @@ "iot_class": "cloud_polling", "loggers": ["aioamazondevices"], "quality_scale": "bronze", - "requirements": ["aioamazondevices==3.0.4"] + "requirements": ["aioamazondevices==3.0.5"] } diff --git a/homeassistant/components/homewizard/manifest.json b/homeassistant/components/homewizard/manifest.json index 51a315b2286c3..5d817fef8375e 100644 --- a/homeassistant/components/homewizard/manifest.json +++ b/homeassistant/components/homewizard/manifest.json @@ -12,6 +12,6 @@ "iot_class": "local_polling", "loggers": ["homewizard_energy"], "quality_scale": "platinum", - "requirements": ["python-homewizard-energy==v8.3.2"], + "requirements": ["python-homewizard-energy==8.3.3"], "zeroconf": ["_hwenergy._tcp.local.", "_homewizard._tcp.local."] } diff --git a/homeassistant/components/netatmo/manifest.json b/homeassistant/components/netatmo/manifest.json index 13beb1330e4eb..595c57b1b4be0 100644 --- a/homeassistant/components/netatmo/manifest.json +++ b/homeassistant/components/netatmo/manifest.json @@ -12,5 +12,5 @@ "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["pyatmo"], - "requirements": ["pyatmo==9.2.0"] + "requirements": ["pyatmo==9.2.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 77a69f7dbe5a0..f1d8265a3c739 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -182,7 +182,7 @@ aioairzone-cloud==0.6.12 aioairzone==1.0.0 # homeassistant.components.amazon_devices -aioamazondevices==3.0.4 +aioamazondevices==3.0.5 # homeassistant.components.ambient_network # homeassistant.components.ambient_station @@ -1841,7 +1841,7 @@ pyasuswrt==0.1.21 pyatag==0.3.5.3 # homeassistant.components.netatmo -pyatmo==9.2.0 +pyatmo==9.2.1 # homeassistant.components.apple_tv pyatv==0.16.0 @@ -2434,7 +2434,7 @@ python-google-drive-api==0.1.0 python-homeassistant-analytics==0.9.0 # homeassistant.components.homewizard -python-homewizard-energy==v8.3.2 +python-homewizard-energy==8.3.3 # homeassistant.components.hp_ilo python-hpilo==4.4.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 2227dfbcd4bac..536ea9641513f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -170,7 +170,7 @@ aioairzone-cloud==0.6.12 aioairzone==1.0.0 # homeassistant.components.amazon_devices -aioamazondevices==3.0.4 +aioamazondevices==3.0.5 # homeassistant.components.ambient_network # homeassistant.components.ambient_station @@ -1540,7 +1540,7 @@ pyasuswrt==0.1.21 pyatag==0.3.5.3 # homeassistant.components.netatmo -pyatmo==9.2.0 +pyatmo==9.2.1 # homeassistant.components.apple_tv pyatv==0.16.0 @@ -2007,7 +2007,7 @@ python-google-drive-api==0.1.0 python-homeassistant-analytics==0.9.0 # homeassistant.components.homewizard -python-homewizard-energy==v8.3.2 +python-homewizard-energy==8.3.3 # homeassistant.components.izone python-izone==1.2.9 diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index ebe29c59f592f..1b6aef6f787e6 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -41,10 +41,6 @@ # - domain is the integration domain # - package is the package (can be transitive) referencing the dependency # - dependencyX should be the name of the referenced dependency - "homewizard": { - # https://github.com/homewizard/python-homewizard-energy/pull/545 - "python-homewizard-energy": {"awesomeversion"} - }, "mealie": { # https://github.com/joostlek/python-mealie/pull/490 "aiomealie": {"awesomeversion"} @@ -334,10 +330,6 @@ # https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0 "homeassistant": {"eq3btsmart"} }, - "netatmo": { - # https://github.com/jabesq-org/pyatmo/pull/533 (not yet released) - "homeassistant": {"pyatmo"} - }, "python_script": { # Security audits are needed for each Python version "homeassistant": {"restrictedpython"}