From 38d570330895fa6f20a24b80c641343156b830a3 Mon Sep 17 00:00:00 2001 From: Michael Borohovski Date: Sat, 9 Nov 2024 20:40:45 -0800 Subject: [PATCH] Update version of lucidmotors and other packages as required by HA --- custom_components/lucidmotors/manifest.json | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/lucidmotors/manifest.json b/custom_components/lucidmotors/manifest.json index 58904a2..fd1805d 100644 --- a/custom_components/lucidmotors/manifest.json +++ b/custom_components/lucidmotors/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/borski/ha-lucidmotors/issues", "requirements": [ - "lucidmotors==1.1.6", + "lucidmotors==1.1.9", "markdownify==0.11.6" ], "ssdp": [], diff --git a/requirements.txt b/requirements.txt index 3ed6c78..e8bd1ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ colorlog==6.7.0 -homeassistant==2024.6.0 +homeassistant==2024.11.0 ruff==0.0.292 asyncio==3.4.3 -httpx==0.25.0 +httpx==0.27.2 markdownify==0.11.6