From 7e5043432fa6d10cb31463fc5ce5daf90e65b52a Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Tue, 25 Jan 2022 14:36:50 -0800 Subject: [PATCH] Bump pyoverkiz to 1.3.0 in Overkiz integration (fixes auth issues) (#64937) --- 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 0783d37beaf..8a976e2e828 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.2.0" + "pyoverkiz==1.3.0" ], "zeroconf": [ { diff --git a/requirements_all.txt b/requirements_all.txt index 72ec2c251cb..46e91b1a2eb 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.2.0 +pyoverkiz==1.3.0 # homeassistant.components.openweathermap pyowm==3.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index b40b9bb1a49..75ae3dcce52 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1106,7 +1106,7 @@ pyotgw==1.1b1 pyotp==2.6.0 # homeassistant.components.overkiz -pyoverkiz==1.2.0 +pyoverkiz==1.3.0 # homeassistant.components.openweathermap pyowm==3.2.0