1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Update google-cloud-texttospeech to 2.10.0 (#66746)

This commit is contained in:
Franck Nijhof
2022-03-01 10:19:13 +01:00
committed by GitHub
parent e4c62a2037
commit 82948cc6c1
6 changed files with 34 additions and 36 deletions

View File

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