Bump python-rflink to 0.0.67 (#146908)

* update python-rflink

* remove from FORBIDDEN_PACKAGE_EXCEPTIONS
This commit is contained in:
mbo18
2025-06-16 10:36:20 +02:00
committed by GitHub
parent 5ea026d369
commit e354a850c9
4 changed files with 3 additions and 8 deletions

View File

@ -277,11 +277,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# gpiozero > colorzero > setuptools
"colorzero": {"setuptools"}
},
"rflink": {
# https://github.com/aequitas/python-rflink/issues/78
# rflink > pyserial-asyncio
"rflink": {"pyserial-asyncio", "async-timeout"}
},
"ring": {"ring-doorbell": {"async-timeout"}},
"rmvtransport": {"pyrmvtransport": {"async-timeout"}},
"roborock": {"python-roborock": {"async-timeout"}},