From c30eb07a3ff20d67c9dc33b81fcff0c8b8391414 Mon Sep 17 00:00:00 2001 From: Wouter Hemeryck Date: Thu, 5 Dec 2024 08:20:33 +0100 Subject: [PATCH] Update manifest.json - bump lmxl Update LXML to same version as home assistant core --- custom_components/ksenia_lares/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ksenia_lares/manifest.json b/custom_components/ksenia_lares/manifest.json index 92b3b35..e35ac2d 100644 --- a/custom_components/ksenia_lares/manifest.json +++ b/custom_components/ksenia_lares/manifest.json @@ -11,7 +11,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/johnnybegood/ha-ksenia-lares/issues", "requirements": [ - "lxml==4.9.4", + "lxml==5.3.0", "getmac==0.9.4" ], "ssdp": [],