From d053f0b9e26875b445aa9271569c1277b0a69f4c Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Sat, 24 Feb 2024 22:44:23 -1000
Subject: [PATCH] Bump ibeacon-ble to 1.2.0 (#111315)

changelog: https://github.com/Bluetooth-Devices/ibeacon-ble/compare/v1.0.1...v1.2.0
---
 homeassistant/components/ibeacon/manifest.json | 2 +-
 requirements_all.txt                           | 2 +-
 requirements_test_all.txt                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/ibeacon/manifest.json b/homeassistant/components/ibeacon/manifest.json
index 6f00f63b090..8dbc99c8ada 100644
--- a/homeassistant/components/ibeacon/manifest.json
+++ b/homeassistant/components/ibeacon/manifest.json
@@ -13,5 +13,5 @@
   "documentation": "https://www.home-assistant.io/integrations/ibeacon",
   "iot_class": "local_push",
   "loggers": ["bleak"],
-  "requirements": ["ibeacon-ble==1.0.1"]
+  "requirements": ["ibeacon-ble==1.2.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 51b72de7d8a..65a119c902f 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1104,7 +1104,7 @@ iammeter==0.2.1
 iaqualink==0.5.0
 
 # homeassistant.components.ibeacon
-ibeacon-ble==1.0.1
+ibeacon-ble==1.2.0
 
 # homeassistant.components.watson_iot
 ibmiotf==0.3.4
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 9539ed14b54..27984929de3 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -894,7 +894,7 @@ hyperion-py==0.7.5
 iaqualink==0.5.0
 
 # homeassistant.components.ibeacon
-ibeacon-ble==1.0.1
+ibeacon-ble==1.2.0
 
 # homeassistant.components.google
 # homeassistant.components.local_calendar
-- 
GitLab