From a26f2d273f8d6670a1de99bc1e46b63485a45a15 Mon Sep 17 00:00:00 2001
From: jkerdreux-imt <jerome.kerdreux@imt-atlantique.fr>
Date: Tue, 10 Dec 2024 01:09:59 +0100
Subject: [PATCH] Bump to meross 0.4.7.3 version

Migration to Python 3.13 (mandatory for HA 2025).. 3.13 is not compliant
w/ the old 4.4 release
---
 devices/protocols/Meross/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/protocols/Meross/pyproject.toml b/devices/protocols/Meross/pyproject.toml
index 148aaf23..9d621bb4 100644
--- a/devices/protocols/Meross/pyproject.toml
+++ b/devices/protocols/Meross/pyproject.toml
@@ -9,7 +9,7 @@ authors = [
 license = { text = "GPL License" }
 classifiers = ["Programming Language :: Python", "Topic :: Home Automation"]
 keywords = ["xaal", "meross"]
-dependencies = ["xaal.lib", "xaal.schemas", "meross_iot==0.4.4.4"]
+dependencies = ["xaal.lib", "xaal.schemas", "meross_iot==0.4.7.3"]
 
 [tool.setuptools.packages.find]
 include = ["xaal.meross"]
-- 
GitLab