Skip to content

Commit

Permalink
Bump version python-bsblan to 0.5.9 (home-assistant#86373)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
liudger and frenck authored Jan 22, 2023
1 parent 0b0e977 commit 711c92a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/bsblan/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion script/pip_check
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 711c92a

Please sign in to comment.