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

This commit is contained in:
Franck Nijhof 2022-02-17 12:06:49 +01:00 committed by GitHub
parent a1b81b2de4
commit 72fad87aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 17 deletions

View file

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