diff --git a/homeassistant/components/overkiz/manifest.json b/homeassistant/components/overkiz/manifest.json index 0d235982462..47c5c45f2ad 100644 --- a/homeassistant/components/overkiz/manifest.json +++ b/homeassistant/components/overkiz/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/overkiz", "requirements": [ - "pyoverkiz==1.3.1" + "pyoverkiz==1.3.2" ], "zeroconf": [ { @@ -24,5 +24,11 @@ "@tetienne" ], "iot_class": "cloud_polling", - "loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"] + "loggers": [ + "boto3", + "botocore", + "pyhumps", + "pyoverkiz", + "s3transfer" + ] } \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index 2be34511a1c..1d28e4d7025 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1746,7 +1746,7 @@ pyotgw==1.1b1 pyotp==2.6.0 # homeassistant.components.overkiz -pyoverkiz==1.3.1 +pyoverkiz==1.3.2 # homeassistant.components.openweathermap pyowm==3.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 465f352b115..4242cc595b5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1109,7 +1109,7 @@ pyotgw==1.1b1 pyotp==2.6.0 # homeassistant.components.overkiz -pyoverkiz==1.3.1 +pyoverkiz==1.3.2 # homeassistant.components.openweathermap pyowm==3.2.0