diff --git a/homeassistant/components/screenlogic/manifest.json b/homeassistant/components/screenlogic/manifest.json index 4d9bbacf3a8..a57ad0026e6 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.1"] + "requirements": ["screenlogicpy==0.9.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index aa4b62dac91..e5eeaaa48f6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2375,7 +2375,7 @@ satel-integra==0.3.7 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.9.1 +screenlogicpy==0.9.2 # homeassistant.components.scsgate scsgate==0.1.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0e3fce9a0bc..6f08b72228d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1762,7 +1762,7 @@ samsungtvws[async,encrypted]==2.6.0 scapy==2.5.0 # homeassistant.components.screenlogic -screenlogicpy==0.9.1 +screenlogicpy==0.9.2 # homeassistant.components.backup securetar==2023.3.0