Bump pymysensors to 0.25.0 (#146941)

This commit is contained in:
epenet
2025-06-16 13:37:39 +02:00
committed by GitHub
parent b563f9078a
commit d5262231a1
4 changed files with 3 additions and 8 deletions

View File

@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/mysensors",
"iot_class": "local_push",
"loggers": ["mysensors"],
"requirements": ["pymysensors==0.24.0"]
"requirements": ["pymysensors==0.25.0"]
}

2
requirements_all.txt generated
View File

@ -2156,7 +2156,7 @@ pymonoprice==0.4
pymsteams==0.1.12
# homeassistant.components.mysensors
pymysensors==0.24.0
pymysensors==0.25.0
# homeassistant.components.iron_os
pynecil==4.1.0

View File

@ -1789,7 +1789,7 @@ pymodbus==3.9.2
pymonoprice==0.4
# homeassistant.components.mysensors
pymysensors==0.24.0
pymysensors==0.25.0
# homeassistant.components.iron_os
pynecil==4.1.0

View File

@ -225,11 +225,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# pymonoprice > pyserial-asyncio
"pymonoprice": {"pyserial-asyncio"}
},
"mysensors": {
# https://github.com/theolind/pymysensors/issues/818
# pymysensors > pyserial-asyncio
"pymysensors": {"pyserial-asyncio"}
},
"mystrom": {
# https://github.com/home-assistant-ecosystem/python-mystrom/issues/55
# python-mystrom > setuptools