Bump aioridwell to 2022.03.0 (#68423)

This commit is contained in:
Aaron Bach 2022-03-20 12:13:52 -06:00 committed by GitHub
parent a136cf7086
commit 314154d5c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

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