mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Bump pymysensors to 0.25.0 (#146941)
This commit is contained in:
@ -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
2
requirements_all.txt
generated
@ -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
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user