Bump pyrainbird to 0.6.3 and drop dependency conflict count (#82800)

pull/82769/head^2
Allen Porter 2022-11-27 11:49:47 -08:00 committed by GitHub
parent 31ad208500
commit 682486c864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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"]

View File

@ -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

View File

@ -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)