From 33bd840c0aea3f522e8844662e48b73d0b72eee8 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Mon, 19 Sep 2022 12:57:52 +0200 Subject: [PATCH] Bump pyoverkiz to 1.5.3 in Overkiz integration (#78743) --- homeassistant/components/overkiz/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/overkiz/manifest.json b/homeassistant/components/overkiz/manifest.json index f2d17bab3f9..0b3e041f302 100644 --- a/homeassistant/components/overkiz/manifest.json +++ b/homeassistant/components/overkiz/manifest.json @@ -3,7 +3,7 @@ "name": "Overkiz", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/overkiz", - "requirements": ["pyoverkiz==1.5.0"], + "requirements": ["pyoverkiz==1.5.3"], "zeroconf": [ { "type": "_kizbox._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index 36c15c0f9db..dc50d6d31d3 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1775,7 +1775,7 @@ pyotgw==2.0.3 pyotp==2.7.0 # homeassistant.components.overkiz -pyoverkiz==1.5.0 +pyoverkiz==1.5.3 # homeassistant.components.openweathermap pyowm==3.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 0fd9feb6b19..8c8517c9080 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1246,7 +1246,7 @@ pyotgw==2.0.3 pyotp==2.7.0 # homeassistant.components.overkiz -pyoverkiz==1.5.0 +pyoverkiz==1.5.3 # homeassistant.components.openweathermap pyowm==3.2.0