From 08936e40414843f8140f305d49d01885ec968f45 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Thu, 3 Nov 2022 20:35:05 +0100
Subject: [PATCH] Bump oralb-ble to 0.10.1 (#81491)

fixes #81489

changelog: https://github.com/Bluetooth-Devices/oralb-ble/compare/v0.10.0...v0.10.1
---
 homeassistant/components/oralb/manifest.json | 2 +-
 requirements_all.txt                         | 2 +-
 requirements_test_all.txt                    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/oralb/manifest.json b/homeassistant/components/oralb/manifest.json
index cad6167228c..520306aed03 100644
--- a/homeassistant/components/oralb/manifest.json
+++ b/homeassistant/components/oralb/manifest.json
@@ -8,7 +8,7 @@
       "manufacturer_id": 220
     }
   ],
-  "requirements": ["oralb-ble==0.10.0"],
+  "requirements": ["oralb-ble==0.10.1"],
   "dependencies": ["bluetooth"],
   "codeowners": ["@bdraco"],
   "iot_class": "local_push"
diff --git a/requirements_all.txt b/requirements_all.txt
index 9a43c575b9a..13087d43f40 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1241,7 +1241,7 @@ openwrt-luci-rpc==1.1.11
 openwrt-ubus-rpc==0.0.2
 
 # homeassistant.components.oralb
-oralb-ble==0.10.0
+oralb-ble==0.10.1
 
 # homeassistant.components.oru
 oru==0.1.11
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index bf7be0f33a6..98ee447b345 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -886,7 +886,7 @@ open-meteo==0.2.1
 openerz-api==0.1.0
 
 # homeassistant.components.oralb
-oralb-ble==0.10.0
+oralb-ble==0.10.1
 
 # homeassistant.components.ovo_energy
 ovoenergy==1.2.0
-- 
GitLab