From c76ce7682453b019e66dd98538e23b06e4b52ce6 Mon Sep 17 00:00:00 2001 From: Mick Vleeshouwer Date: Tue, 10 Oct 2023 21:07:50 +0200 Subject: [PATCH] Bump pyOverkiz to 1.12.1 in Overkiz integration (#101765) --- 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 4e1fdee989a..3b3afddc489 100644 --- a/homeassistant/components/overkiz/manifest.json +++ b/homeassistant/components/overkiz/manifest.json @@ -13,7 +13,7 @@ "integration_type": "hub", "iot_class": "cloud_polling", "loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"], - "requirements": ["pyoverkiz==1.11.0"], + "requirements": ["pyoverkiz==1.12.1"], "zeroconf": [ { "type": "_kizbox._tcp.local.", diff --git a/requirements_all.txt b/requirements_all.txt index ebf67ed8f61..a18c5f19d75 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1925,7 +1925,7 @@ pyotgw==2.1.3 pyotp==2.8.0 # homeassistant.components.overkiz -pyoverkiz==1.11.0 +pyoverkiz==1.12.1 # homeassistant.components.openweathermap pyowm==3.2.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 324b5e3857a..84419d16cc1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1450,7 +1450,7 @@ pyotgw==2.1.3 pyotp==2.8.0 # homeassistant.components.overkiz -pyoverkiz==1.11.0 +pyoverkiz==1.12.1 # homeassistant.components.openweathermap pyowm==3.2.0