From 84ba00163ebbba297aca8fb6dbcad0c878b6935b Mon Sep 17 00:00:00 2001 From: Chris Dohmen Date: Fri, 3 Jan 2025 18:57:30 -0500 Subject: [PATCH] Allow aiohubspace to work on py3.12 --- custom_components/hubspace/manifest.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/hubspace/manifest.json b/custom_components/hubspace/manifest.json index 39268ea..da6a4c6 100644 --- a/custom_components/hubspace/manifest.json +++ b/custom_components/hubspace/manifest.json @@ -8,6 +8,6 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/jdeath/Hubspace-Homeassistant/issues", "loggers": ["hubspace_async"], - "requirements": ["aiohubspace==0.3.1", "aiofiles==24.1.0"], + "requirements": ["aiohubspace==0.3.2", "aiofiles==24.1.0"], "version": "2.0" } diff --git a/requirements.txt b/requirements.txt index c5dc655..42cca34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ homeassistant -aiohubspace>=0.3.1 +aiohubspace>=0.3.2 aiofiles>=24.1.0