Bump pymonoprice to 0.5

This commit is contained in:
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", "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
View File

@ -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

View File

@ -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

View File

@ -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