Update following python_awair bump

This commit is contained in:
epenet 2022-03-30 16:11:31 +00:00
parent ddd83212b8
commit 089bd7b449
1 changed files with 1 additions and 1 deletions

View File

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