From 8dc61a8c2e650a6e4cca2c1f26b2b38153636698 Mon Sep 17 00:00:00 2001 From: Khole Date: Sat, 11 Jun 2022 20:43:57 +0100 Subject: [PATCH] Hive Bump pyhiveapi to 0.5.10 for credentials fix (#73365) --- homeassistant/components/hive/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/hive/manifest.json b/homeassistant/components/hive/manifest.json index e0faa9e0f20..bc07a251779 100644 --- a/homeassistant/components/hive/manifest.json +++ b/homeassistant/components/hive/manifest.json @@ -3,7 +3,7 @@ "name": "Hive", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hive", - "requirements": ["pyhiveapi==0.5.9"], + "requirements": ["pyhiveapi==0.5.10"], "codeowners": ["@Rendili", "@KJonline"], "iot_class": "cloud_polling", "loggers": ["apyhiveapi"] diff --git a/requirements_all.txt b/requirements_all.txt index 86e7ea1fc44..828e0882df9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1538,7 +1538,7 @@ pyheos==0.7.2 pyhik==0.3.0 # homeassistant.components.hive -pyhiveapi==0.5.9 +pyhiveapi==0.5.10 # homeassistant.components.homematic pyhomematic==0.1.77 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index d656be540fb..2b5b0ac2bd2 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1029,7 +1029,7 @@ pyhaversion==22.4.1 pyheos==0.7.2 # homeassistant.components.hive -pyhiveapi==0.5.9 +pyhiveapi==0.5.10 # homeassistant.components.homematic pyhomematic==0.1.77