From 45753521010ad844aa6d3177b0371d937e98530d Mon Sep 17 00:00:00 2001
From: Willem-Jan van Rootselaar <liudgervr@gmail.com>
Date: Tue, 28 Mar 2023 12:50:57 +0200
Subject: [PATCH] Bump python-bsblan to 0.5.11 (#90377)

---
 homeassistant/components/bsblan/manifest.json | 2 +-
 requirements_all.txt                          | 2 +-
 requirements_test_all.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/bsblan/manifest.json b/homeassistant/components/bsblan/manifest.json
index f53e395f0c5..0e945d13d48 100644
--- a/homeassistant/components/bsblan/manifest.json
+++ b/homeassistant/components/bsblan/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/bsblan",
   "iot_class": "local_polling",
   "loggers": ["bsblan"],
-  "requirements": ["python-bsblan==0.5.9"]
+  "requirements": ["python-bsblan==0.5.11"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index c3dfa944f11..45d6c88ae8f 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -2021,7 +2021,7 @@ pythinkingcleaner==0.0.3
 python-blockchain-api==0.0.2
 
 # homeassistant.components.bsblan
-python-bsblan==0.5.9
+python-bsblan==0.5.11
 
 # homeassistant.components.clementine
 python-clementine-remote==1.0.1
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index 6edc309c811..2da989a58a3 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -1468,7 +1468,7 @@ pytankerkoenig==0.0.6
 pytautulli==23.1.1
 
 # homeassistant.components.bsblan
-python-bsblan==0.5.9
+python-bsblan==0.5.11
 
 # homeassistant.components.ecobee
 python-ecobee-api==0.2.14
-- 
GitLab