From d5a46c3a1068ec22dd2b0181a6af690668145f4b Mon Sep 17 00:00:00 2001 From: Jafar Atili Date: Sun, 30 Oct 2022 17:06:00 +0200 Subject: [PATCH] Bump pyswitchbee to 1.6.1 (#81067) * Bumped pyswitchbee to 1.6.0 * library typing fix --- homeassistant/components/switchbee/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switchbee/manifest.json b/homeassistant/components/switchbee/manifest.json index 75e5b2e9bfd..f7bcfef85a4 100644 --- a/homeassistant/components/switchbee/manifest.json +++ b/homeassistant/components/switchbee/manifest.json @@ -3,7 +3,7 @@ "name": "SwitchBee", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/switchbee", - "requirements": ["pyswitchbee==1.5.5"], + "requirements": ["pyswitchbee==1.6.1"], "codeowners": ["@jafar-atili"], "iot_class": "local_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index 493d4b00eae..a7a86581a70 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1929,7 +1929,7 @@ pystiebeleltron==0.0.1.dev2 pysuez==0.1.19 # homeassistant.components.switchbee -pyswitchbee==1.5.5 +pyswitchbee==1.6.1 # homeassistant.components.syncthru pysyncthru==0.7.10 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3edaf01774d..ecf86c90253 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1358,7 +1358,7 @@ pyspcwebgw==0.4.0 pysqueezebox==0.6.1 # homeassistant.components.switchbee -pyswitchbee==1.5.5 +pyswitchbee==1.6.1 # homeassistant.components.syncthru pysyncthru==0.7.10