From 286de1f051bfd85487a129a5883dd41210b8624c Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 6 Jun 2023 20:42:59 -0400 Subject: [PATCH] Bump python-roborock to 23.4 (#94111) * bump to 23.0 * bump to 23.4 --- 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 41e4a359e2e..0cd437278cf 100644 --- a/homeassistant/components/roborock/manifest.json +++ b/homeassistant/components/roborock/manifest.json @@ -6,5 +6,5 @@ "documentation": "https://www.home-assistant.io/integrations/roborock", "iot_class": "local_polling", "loggers": ["roborock"], - "requirements": ["python-roborock==0.21.0"] + "requirements": ["python-roborock==0.23.4"] } diff --git a/requirements_all.txt b/requirements_all.txt index 3386be032bf..0d833845c22 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2121,7 +2121,7 @@ python-qbittorrent==0.4.2 python-ripple-api==0.0.3 # homeassistant.components.roborock -python-roborock==0.21.0 +python-roborock==0.23.4 # homeassistant.components.smarttub python-smarttub==0.0.33 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fc89c8f82ad..00c2152a648 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1541,7 +1541,7 @@ python-picnic-api==1.1.0 python-qbittorrent==0.4.2 # homeassistant.components.roborock -python-roborock==0.21.0 +python-roborock==0.23.4 # homeassistant.components.smarttub python-smarttub==0.0.33