From 8c025ea1f7f254251d5d63f436b6da27363c83e4 Mon Sep 17 00:00:00 2001
From: Joakim Plate <elupus@ecce.se>
Date: Fri, 7 Jun 2024 00:48:23 +0200
Subject: [PATCH] Update gardena library to 1.4.2 (#119010)

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

diff --git a/homeassistant/components/gardena_bluetooth/manifest.json b/homeassistant/components/gardena_bluetooth/manifest.json
index 6598aeaafd8..1e3ef156d72 100644
--- a/homeassistant/components/gardena_bluetooth/manifest.json
+++ b/homeassistant/components/gardena_bluetooth/manifest.json
@@ -13,5 +13,5 @@
   "dependencies": ["bluetooth_adapters"],
   "documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
   "iot_class": "local_polling",
-  "requirements": ["gardena-bluetooth==1.4.1"]
+  "requirements": ["gardena-bluetooth==1.4.2"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 86dc53bc5a0..27751e09c8e 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -915,7 +915,7 @@ fyta_cli==0.4.1
 gTTS==2.2.4
 
 # homeassistant.components.gardena_bluetooth
-gardena-bluetooth==1.4.1
+gardena-bluetooth==1.4.2
 
 # homeassistant.components.google_assistant_sdk
 gassist-text==0.0.11
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 79ae24f8edc..416b836a329 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -750,7 +750,7 @@ fyta_cli==0.4.1
 gTTS==2.2.4
 
 # homeassistant.components.gardena_bluetooth
-gardena-bluetooth==1.4.1
+gardena-bluetooth==1.4.2
 
 # homeassistant.components.google_assistant_sdk
 gassist-text==0.0.11
-- 
GitLab