From e60b6482ab4cc5d31e4151bedb3ba8e70a98b5ff Mon Sep 17 00:00:00 2001
From: Luca Bensi <130408125+lucab-91@users.noreply.github.com>
Date: Sun, 16 Feb 2025 13:09:15 +0100
Subject: [PATCH] Bump pysmarty2 to 0.10.2 (#138625)

---
 homeassistant/components/smarty/manifest.json | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/smarty/manifest.json b/homeassistant/components/smarty/manifest.json
index ca3133d8add..c295647b8e5 100644
--- a/homeassistant/components/smarty/manifest.json
+++ b/homeassistant/components/smarty/manifest.json
@@ -7,5 +7,5 @@
   "integration_type": "hub",
   "iot_class": "local_polling",
   "loggers": ["pymodbus", "pysmarty2"],
-  "requirements": ["pysmarty2==0.10.1"]
+  "requirements": ["pysmarty2==0.10.2"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 60619a6ccb3..bcabec7a9a4 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2304,7 +2304,7 @@ pysmartapp==0.3.5
 pysmartthings==0.7.8
 
 # homeassistant.components.smarty
-pysmarty2==0.10.1
+pysmarty2==0.10.2
 
 # homeassistant.components.edl21
 pysml==0.0.12
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 24d70d71f66..18f705475e4 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1876,7 +1876,7 @@ pysmartapp==0.3.5
 pysmartthings==0.7.8
 
 # homeassistant.components.smarty
-pysmarty2==0.10.1
+pysmarty2==0.10.2
 
 # homeassistant.components.edl21
 pysml==0.0.12
-- 
GitLab