Revert "Add version constraint for google-auth (#64583)" (#64605)

This reverts commit 3792b8b3ca.
This commit is contained in:
Allen Porter 2022-01-20 23:12:04 -08:00 committed by GitHub
parent d170faeffc
commit fec669f9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 9 deletions

View file

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