mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump pyrainbird to 0.6.3 and drop dependency conflict count (#82800)
This commit is contained in:
parent
31ad208500
commit
682486c864
@ -2,7 +2,7 @@
|
|||||||
"domain": "rainbird",
|
"domain": "rainbird",
|
||||||
"name": "Rain Bird",
|
"name": "Rain Bird",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/rainbird",
|
"documentation": "https://www.home-assistant.io/integrations/rainbird",
|
||||||
"requirements": ["pyrainbird==0.6.2"],
|
"requirements": ["pyrainbird==0.6.3"],
|
||||||
"codeowners": ["@konikvranik"],
|
"codeowners": ["@konikvranik"],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyrainbird"]
|
"loggers": ["pyrainbird"]
|
||||||
|
@ -1851,7 +1851,7 @@ pyqwikswitch==0.93
|
|||||||
pyrail==0.0.3
|
pyrail==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.rainbird
|
# homeassistant.components.rainbird
|
||||||
pyrainbird==0.6.2
|
pyrainbird==0.6.3
|
||||||
|
|
||||||
# homeassistant.components.recswitch
|
# homeassistant.components.recswitch
|
||||||
pyrecswitch==1.0.2
|
pyrecswitch==1.0.2
|
||||||
|
@ -3,7 +3,7 @@ PIP_CACHE=$1
|
|||||||
|
|
||||||
# Number of existing dependency conflicts
|
# Number of existing dependency conflicts
|
||||||
# Update if a PR resolve one!
|
# Update if a PR resolve one!
|
||||||
DEPENDENCY_CONFLICTS=4
|
DEPENDENCY_CONFLICTS=3
|
||||||
|
|
||||||
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
|
||||||
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user