diff --git a/homeassistant/components/screenlogic/manifest.json b/homeassistant/components/screenlogic/manifest.json index 9fc103dc8a8a7aa7f653733bc9311836287a9907..4d9bbacf3a810754f6ec93c65a3f2f85c60b27b1 100644 --- a/homeassistant/components/screenlogic/manifest.json +++ b/homeassistant/components/screenlogic/manifest.json @@ -15,5 +15,5 @@ "documentation": "https://www.home-assistant.io/integrations/screenlogic", "iot_class": "local_push", "loggers": ["screenlogicpy"], - "requirements": ["screenlogicpy==0.9.0"] + "requirements": ["screenlogicpy==0.9.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 41e1fa786146a452d4f516cab6737aa9769717e5..d16032df8d5b1571505b877e8cec4482ad624bbe 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2367,7 +2367,7 @@ satel-integra==0.3.7 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.9.0 +screenlogicpy==0.9.1 # homeassistant.components.scsgate scsgate==0.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8adb66a17954dbd781bf9f0059e71330e6e5812c..4172f000564360e784f31143988104dc4ef85555 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1745,7 +1745,7 @@ samsungtvws[async,encrypted]==2.6.0 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.9.0 +screenlogicpy==0.9.1 # homeassistant.components.backup securetar==2023.3.0