mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump python-rflink to 0.0.67 (#146908)
* update python-rflink * remove from FORBIDDEN_PACKAGE_EXCEPTIONS
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
"iot_class": "assumed_state",
|
||||
"loggers": ["rflink"],
|
||||
"quality_scale": "legacy",
|
||||
"requirements": ["rflink==0.0.66"]
|
||||
"requirements": ["rflink==0.0.67"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2658,7 +2658,7 @@ reolink-aio==0.14.1
|
||||
rfk101py==0.0.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.66
|
||||
rflink==0.0.67
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring-doorbell==0.9.13
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2198,7 +2198,7 @@ renson-endura-delta==1.7.2
|
||||
reolink-aio==0.14.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.66
|
||||
rflink==0.0.67
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring-doorbell==0.9.13
|
||||
|
@ -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"}},
|
||||
|
Reference in New Issue
Block a user