From ae8db120e8111c2db22d87ab8e0ead9ebfa12c67 Mon Sep 17 00:00:00 2001 From: Joakim Plate <elupus@ecce.se> Date: Tue, 19 Dec 2023 03:27:31 +0100 Subject: [PATCH] Upgrade gardena_bluetooth to 1.4.1 (#106017) --- 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 bcbb25d55a2..6598aeaafd8 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.0"] + "requirements": ["gardena-bluetooth==1.4.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 21ff3cf4a64..5a17e29841a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -863,7 +863,7 @@ fritzconnection[qr]==1.13.2 gTTS==2.2.4 # homeassistant.components.gardena_bluetooth -gardena-bluetooth==1.4.0 +gardena-bluetooth==1.4.1 # homeassistant.components.google_assistant_sdk gassist-text==0.0.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 16fddd07090..43ae6db8d57 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -686,7 +686,7 @@ fritzconnection[qr]==1.13.2 gTTS==2.2.4 # homeassistant.components.gardena_bluetooth -gardena-bluetooth==1.4.0 +gardena-bluetooth==1.4.1 # homeassistant.components.google_assistant_sdk gassist-text==0.0.10 -- GitLab