diff --git a/homeassistant/components/switchbee/manifest.json b/homeassistant/components/switchbee/manifest.json
index 4751af129b7c587e546e1b3a4f7a77cf83978dc1..75e5b2e9bfdaed94de9a56a4026063dfffb6fd5f 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 1c88b6cb19fa63f63dc36ceb0d651b18e87b3359..8892c8a5b188425d8562c9e3d3913122096649c5 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 1559c17bc84e937da99007987719638470a27880..9c97e09fd370b2203c6564c82e93b415f9c6e865 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