From 0e9e72c6e956e3bec6da318b1eed2973f8c19995 Mon Sep 17 00:00:00 2001
From: Jafar Atili <at.jafar@outlook.com>
Date: Wed, 28 Sep 2022 21:41:33 +0300
Subject: [PATCH] Bump pyswitchbee to 1.5.5 (#79206)

---
 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 4751af129b7..75e5b2e9bfd 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.3"],
+  "requirements": ["pyswitchbee==1.5.5"],
   "codeowners": ["@jafar-atili"],
   "iot_class": "local_polling"
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index 1c88b6cb19f..8892c8a5b18 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -1920,7 +1920,7 @@ pystiebeleltron==0.0.1.dev2
 pysuez==0.1.19
 
 # homeassistant.components.switchbee
-pyswitchbee==1.5.3
+pyswitchbee==1.5.5
 
 # homeassistant.components.syncthru
 pysyncthru==0.7.10
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 1559c17bc84..9c97e09fd37 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1349,7 +1349,7 @@ pyspcwebgw==0.4.0
 pysqueezebox==0.6.0
 
 # homeassistant.components.switchbee
-pyswitchbee==1.5.3
+pyswitchbee==1.5.5
 
 # homeassistant.components.syncthru
 pysyncthru==0.7.10
-- 
GitLab