From e9f8bae6933174a3a9b29674794260174fc4afc5 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 11 Feb 2024 13:09:11 -0600 Subject: [PATCH] Bump PySwitchbot to 0.45.0 (#110275) --- homeassistant/components/switchbot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index 2f92726a6da578..401d85e7376a52 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -39,5 +39,5 @@ "documentation": "https://www.home-assistant.io/integrations/switchbot", "iot_class": "local_push", "loggers": ["switchbot"], - "requirements": ["PySwitchbot==0.44.0"] + "requirements": ["PySwitchbot==0.45.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index 2cbd3f38f76807..30e95f23bdd79b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -96,7 +96,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.44.0 +PySwitchbot==0.45.0 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a6cfc1ed4bc93a..0579091768a9ff 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -84,7 +84,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.44.0 +PySwitchbot==0.45.0 # homeassistant.components.syncthru PySyncThru==0.7.10