1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Bump aioshelly to 1.0.8 (#64864)

* Bump aioshelly to 1.0.8

* Update DEPENDENCY_CONFLICTS
This commit is contained in:
Shay Levy
2022-01-24 23:26:38 +02:00
committed by GitHub
parent 2f25aafb84
commit 6d5c2bb34b
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=14
DEPENDENCY_CONFLICTS=13
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)