mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Bump pymonoprice to 0.5
This commit is contained in:
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/monoprice",
|
"documentation": "https://www.home-assistant.io/integrations/monoprice",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pymonoprice"],
|
"loggers": ["pymonoprice"],
|
||||||
"requirements": ["pymonoprice==0.4"]
|
"requirements": ["pymonoprice==0.5"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2150,7 +2150,7 @@ pymochad==0.2.0
|
|||||||
pymodbus==3.9.2
|
pymodbus==3.9.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.5
|
||||||
|
|
||||||
# homeassistant.components.msteams
|
# homeassistant.components.msteams
|
||||||
pymsteams==0.1.12
|
pymsteams==0.1.12
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1786,7 +1786,7 @@ pymochad==0.2.0
|
|||||||
pymodbus==3.9.2
|
pymodbus==3.9.2
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.5
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
pymysensors==0.24.0
|
pymysensors==0.24.0
|
||||||
|
@ -220,11 +220,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# pymochad > pbr > setuptools
|
# pymochad > pbr > setuptools
|
||||||
"pbr": {"setuptools"}
|
"pbr": {"setuptools"}
|
||||||
},
|
},
|
||||||
"monoprice": {
|
|
||||||
# https://github.com/etsinko/pymonoprice/issues/9
|
|
||||||
# pymonoprice > pyserial-asyncio
|
|
||||||
"pymonoprice": {"pyserial-asyncio"}
|
|
||||||
},
|
|
||||||
"mysensors": {
|
"mysensors": {
|
||||||
# https://github.com/theolind/pymysensors/issues/818
|
# https://github.com/theolind/pymysensors/issues/818
|
||||||
# pymysensors > pyserial-asyncio
|
# pymysensors > pyserial-asyncio
|
||||||
|
Reference in New Issue
Block a user