From 531479bf5b3dd23d00e19de8c806f025d7df8b2d Mon Sep 17 00:00:00 2001 From: Tereza Tomcova Date: Sat, 30 Sep 2023 22:53:58 +0300 Subject: [PATCH] Bump PySwitchbot to 0.40.1 (#101164) --- 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 e685d1de806..e835a2f4aca 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.40.0"] + "requirements": ["PySwitchbot==0.40.1"] } diff --git a/requirements_all.txt b/requirements_all.txt index 10bcdc65afa..4abe6e55e62 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -97,7 +97,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.40.0 +PySwitchbot==0.40.1 # homeassistant.components.switchmate PySwitchmate==0.5.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index a18e298a753..baf890939d1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -87,7 +87,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.40.0 +PySwitchbot==0.40.1 # homeassistant.components.syncthru PySyncThru==0.7.10