diff --git a/homeassistant/components/switchbee/manifest.json b/homeassistant/components/switchbee/manifest.json index 2175f28eede..2e7b15e0561 100644 --- a/homeassistant/components/switchbee/manifest.json +++ b/homeassistant/components/switchbee/manifest.json @@ -5,5 +5,5 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/switchbee", "iot_class": "local_push", - "requirements": ["pyswitchbee==1.8.0"] + "requirements": ["pyswitchbee==1.8.3"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3e75a65cc32..9b23b8d1580 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2211,7 +2211,7 @@ pystiebeleltron==0.0.1.dev2 pysuez==0.2.0 # homeassistant.components.switchbee -pyswitchbee==1.8.0 +pyswitchbee==1.8.3 # homeassistant.components.tautulli pytautulli==23.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 84bdbc00d6c..ca9fec8ea6e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1759,7 +1759,7 @@ pysqueezebox==0.7.1 pysuez==0.2.0 # homeassistant.components.switchbee -pyswitchbee==1.8.0 +pyswitchbee==1.8.3 # homeassistant.components.tautulli pytautulli==23.1.1 diff --git a/script/licenses.py b/script/licenses.py index 358e0e03791..fc6ba8b2b7d 100644 --- a/script/licenses.py +++ b/script/licenses.py @@ -162,7 +162,6 @@ EXCEPTIONS = { "pyeconet", # https://github.com/w1ll1am23/pyeconet/pull/41 "pylutron-caseta", # https://github.com/gurumitts/pylutron-caseta/pull/168 "pysabnzbd", # https://github.com/jeradM/pysabnzbd/pull/6 - "pyswitchbee", # https://github.com/jafar-atili/pySwitchbee/pull/5 "pyvera", # https://github.com/maximvelichko/pyvera/pull/164 "pyxeoma", # https://github.com/jeradM/pyxeoma/pull/11 "repoze.lru",