Bump pyicloud to 1.0.0 (#67037)

This commit is contained in:
Martin Hjelmare 2022-02-22 16:25:46 +01:00 committed by GitHub
parent 2a2f245ae8
commit d96c2df6a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 12 deletions

View file

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