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