From 8edecd8671b033edf44d9cf99700397a9b66a717 Mon Sep 17 00:00:00 2001
From: Luke Lashley <conway220@gmail.com>
Date: Tue, 11 Mar 2025 09:47:30 -0400
Subject: [PATCH] Bump python-roborock to 2.12.2 (#140368)

bump python roboorck to 2.12.2
---
 homeassistant/components/roborock/manifest.json | 2 +-
 requirements_all.txt                            | 2 +-
 requirements_test_all.txt                       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/roborock/manifest.json b/homeassistant/components/roborock/manifest.json
index db2654d4baa..1b143591203 100644
--- a/homeassistant/components/roborock/manifest.json
+++ b/homeassistant/components/roborock/manifest.json
@@ -7,7 +7,7 @@
   "iot_class": "local_polling",
   "loggers": ["roborock"],
   "requirements": [
-    "python-roborock==2.11.1",
+    "python-roborock==2.12.2",
     "vacuum-map-parser-roborock==0.1.2"
   ]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 83833f3a665..7d2ca933235 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2461,7 +2461,7 @@ python-rabbitair==0.0.8
 python-ripple-api==0.0.3
 
 # homeassistant.components.roborock
-python-roborock==2.11.1
+python-roborock==2.12.2
 
 # homeassistant.components.smarttub
 python-smarttub==0.0.39
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 583df047cdd..9f30c342c95 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1994,7 +1994,7 @@ python-picnic-api2==1.2.2
 python-rabbitair==0.0.8
 
 # homeassistant.components.roborock
-python-roborock==2.11.1
+python-roborock==2.12.2
 
 # homeassistant.components.smarttub
 python-smarttub==0.0.39
-- 
GitLab