Bump volvooncall to 0.10.0 (#67918)

This commit is contained in:
Marc Mueller 2022-03-09 20:31:27 +01:00 committed by GitHub
parent 9f12ee7b2d
commit cc11562fa2
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": "volvooncall",
"name": "Volvo On Call",
"documentation": "https://www.home-assistant.io/integrations/volvooncall",
"requirements": ["volvooncall==0.9.1"],
"requirements": ["volvooncall==0.10.0"],
"codeowners": ["@molobrakos", "@decompil3d"],
"iot_class": "cloud_polling",
"loggers": ["geopy", "hbmqtt", "volvooncall"]

View File

@ -2380,7 +2380,7 @@ vilfo-api-client==0.3.2
volkszaehler==0.2.1
# homeassistant.components.volvooncall
volvooncall==0.9.1
volvooncall==0.10.0
# homeassistant.components.verisure
vsure==1.7.3

View File

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