1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Bump pyinsteon to 1.6.4 (#159067)

This commit is contained in:
epenet
2025-12-16 14:29:06 +01:00
committed by GitHub
parent 412ee0da05
commit 30cfe987ed
4 changed files with 3 additions and 8 deletions

View File

@@ -168,11 +168,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# influxdb-client > setuptools
"influxdb-client": {"setuptools"}
},
"insteon": {
# https://github.com/pyinsteon/pyinsteon/issues/430
# pyinsteon > pyserial-asyncio
"pyinsteon": {"pyserial-asyncio"}
},
"izone": {"python-izone": {"async-timeout"}},
"keba": {
# https://github.com/jsbronder/asyncio-dgram/issues/20