diff --git a/homeassistant/components/wiz/manifest.json b/homeassistant/components/wiz/manifest.json index 0842fd967b0..773c0ff0e6e 100644 --- a/homeassistant/components/wiz/manifest.json +++ b/homeassistant/components/wiz/manifest.json @@ -8,7 +8,7 @@ ], "dependencies": ["network"], "documentation": "https://www.home-assistant.io/integrations/wiz", - "requirements": ["pywizlight==0.4.16"], + "requirements": ["pywizlight==0.5"], "iot_class": "local_polling", "codeowners": ["@sbidy"] } diff --git a/requirements_all.txt b/requirements_all.txt index 68cfbf749ae..f54627b7617 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2051,7 +2051,7 @@ pywemo==0.7.0 pywilight==0.0.70 # homeassistant.components.wiz -pywizlight==0.4.16 +pywizlight==0.5 # homeassistant.components.xeoma pyxeoma==1.4.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8e7a45105d4..1c8f174668f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1276,7 +1276,7 @@ pywemo==0.7.0 pywilight==0.0.70 # homeassistant.components.wiz -pywizlight==0.4.16 +pywizlight==0.5 # homeassistant.components.zerproc pyzerproc==0.4.8