Bump pymonoprice to 0.5

pull/146936/head
epenet 2025-06-16 09:19:03 +00:00
parent 8d4f5d78ff
commit 6a8fe74f96
4 changed files with 3 additions and 8 deletions

View File

@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/monoprice",
"iot_class": "local_polling",
"loggers": ["pymonoprice"],
"requirements": ["pymonoprice==0.4"]
"requirements": ["pymonoprice==0.5"]
}

2
requirements_all.txt generated
View File

@ -2150,7 +2150,7 @@ pymochad==0.2.0
pymodbus==3.9.2
# homeassistant.components.monoprice
pymonoprice==0.4
pymonoprice==0.5
# homeassistant.components.msteams
pymsteams==0.1.12

View File

@ -1786,7 +1786,7 @@ pymochad==0.2.0
pymodbus==3.9.2
# homeassistant.components.monoprice
pymonoprice==0.4
pymonoprice==0.5
# homeassistant.components.mysensors
pymysensors==0.24.0

View File

@ -220,11 +220,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# pymochad > pbr > setuptools
"pbr": {"setuptools"}
},
"monoprice": {
# https://github.com/etsinko/pymonoprice/issues/9
# pymonoprice > pyserial-asyncio
"pymonoprice": {"pyserial-asyncio"}
},
"mysensors": {
# https://github.com/theolind/pymysensors/issues/818
# pymysensors > pyserial-asyncio