Bump version python-bsblan to 0.5.9 (#86373)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Willem-Jan van Rootselaar 2023-01-22 17:57:17 +01:00 committed by GitHub
parent 0b0e977ce9
commit 711c92a87f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "BSB-Lan",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bsblan",
"requirements": ["python-bsblan==0.5.8"],
"requirements": ["python-bsblan==0.5.9"],
"codeowners": ["@liudger"],
"iot_class": "local_polling",
"loggers": ["bsblan"]

View File

@ -2009,7 +2009,7 @@ pythinkingcleaner==0.0.3
python-blockchain-api==0.0.2
# homeassistant.components.bsblan
python-bsblan==0.5.8
python-bsblan==0.5.9
# homeassistant.components.clementine
python-clementine-remote==1.0.1

View File

@ -1438,7 +1438,7 @@ pytankerkoenig==0.0.6
pytautulli==21.11.0
# homeassistant.components.bsblan
python-bsblan==0.5.8
python-bsblan==0.5.9
# homeassistant.components.ecobee
python-ecobee-api==0.2.14

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts
# Update if a PR resolves one!
DEPENDENCY_CONFLICTS=4
DEPENDENCY_CONFLICTS=3
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)