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
3 changed files with 3 additions and 3 deletions

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)