From c4470fc36dc738f12f2a18ea5bfdc3d54a7a5b11 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 6 Feb 2023 22:59:13 -0600 Subject: [PATCH] Bump thermopro-ble to 0.4.5 (#87592) changelog: https://github.com/Bluetooth-Devices/thermopro-ble/compare/v0.4.3..v0.4.5 same fix as #85432 but for thermopro --- 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 e9135a44324..fc9efdf81b2 100644 --- a/homeassistant/components/thermopro/manifest.json +++ b/homeassistant/components/thermopro/manifest.json @@ -8,7 +8,7 @@ { "local_name": "TP39*", "connectable": false } ], "dependencies": ["bluetooth_adapters"], - "requirements": ["thermopro-ble==0.4.3"], + "requirements": ["thermopro-ble==0.4.5"], "codeowners": ["@bdraco"], "iot_class": "local_push" } diff --git a/requirements_all.txt b/requirements_all.txt index b4ef3784405..a5e05b06d3c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2481,7 +2481,7 @@ tesla-wall-connector==1.0.2 thermobeacon-ble==0.6.0 # homeassistant.components.thermopro -thermopro-ble==0.4.3 +thermopro-ble==0.4.5 # homeassistant.components.thermoworks_smoke thermoworks_smoke==0.1.8 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 1bcd3c41d9d..dcb47b8ba80 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1745,7 +1745,7 @@ tesla-wall-connector==1.0.2 thermobeacon-ble==0.6.0 # homeassistant.components.thermopro -thermopro-ble==0.4.3 +thermopro-ble==0.4.5 # homeassistant.components.tilt_ble tilt-ble==0.2.3