From c965dfb619f99fe3e2a8832b4f7cffb1c71ec56e Mon Sep 17 00:00:00 2001
From: Stephan Jauernick <stephan@stejau.de>
Date: Wed, 5 Feb 2025 01:53:20 +0100
Subject: [PATCH] Bump thermopro-ble to 0.11.0 (#137381)

Co-authored-by: J. Nick Koston <nick@koston.org>
---
 homeassistant/components/thermopro/manifest.json | 2 +-
 requirements_all.txt                             | 2 +-
 requirements_test_all.txt                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/thermopro/manifest.json b/homeassistant/components/thermopro/manifest.json
index 2c066d785ca..6027e4bc99c 100644
--- a/homeassistant/components/thermopro/manifest.json
+++ b/homeassistant/components/thermopro/manifest.json
@@ -24,5 +24,5 @@
   "dependencies": ["bluetooth_adapters"],
   "documentation": "https://www.home-assistant.io/integrations/thermopro",
   "iot_class": "local_push",
-  "requirements": ["thermopro-ble==0.10.1"]
+  "requirements": ["thermopro-ble==0.11.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 2940c9e7f4c..0b0f3515afa 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2878,7 +2878,7 @@ tessie-api==0.1.1
 thermobeacon-ble==0.7.0
 
 # homeassistant.components.thermopro
-thermopro-ble==0.10.1
+thermopro-ble==0.11.0
 
 # homeassistant.components.thingspeak
 thingspeak==1.0.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 8bce9a6839d..a7de8d0df10 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -2315,7 +2315,7 @@ tessie-api==0.1.1
 thermobeacon-ble==0.7.0
 
 # homeassistant.components.thermopro
-thermopro-ble==0.10.1
+thermopro-ble==0.11.0
 
 # homeassistant.components.lg_thinq
 thinqconnect==1.0.2
-- 
GitLab