From d5e902a170bc48bc649480b06776c81bad9df16f Mon Sep 17 00:00:00 2001 From: Willem-Jan van Rootselaar Date: Fri, 6 Jun 2025 21:47:44 +0200 Subject: [PATCH] Update python-bsblan requirement to version 2.1.0 (#146253) --- 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 aeb11f7432148..8ea339f76c47b 100644 --- a/homeassistant/components/bsblan/manifest.json +++ b/homeassistant/components/bsblan/manifest.json @@ -7,5 +7,5 @@ "integration_type": "device", "iot_class": "local_polling", "loggers": ["bsblan"], - "requirements": ["python-bsblan==2.0.1"] + "requirements": ["python-bsblan==2.1.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index fe5968fde52c6..214c5d73f765d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2398,7 +2398,7 @@ python-awair==0.2.4 python-blockchain-api==0.0.2 # homeassistant.components.bsblan -python-bsblan==2.0.1 +python-bsblan==2.1.0 # homeassistant.components.clementine python-clementine-remote==1.0.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 3f75780282382..c45bf7fc434b5 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1992,7 +1992,7 @@ python-MotionMount==2.3.0 python-awair==0.2.4 # homeassistant.components.bsblan -python-bsblan==2.0.1 +python-bsblan==2.1.0 # homeassistant.components.ecobee python-ecobee-api==0.2.20