1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Upgrade pwmled to 1.6.9 (#65465)

This commit is contained in:
Marc Mueller
2022-02-03 12:16:53 +01:00
committed by GitHub
parent 9fde84ab41
commit cd67ddbe26
3 changed files with 3 additions and 3 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=12
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)