Bump pymodbus to v2.6.3 (#108736)
This commit is contained in:
parent
069c2b7e38
commit
bfd9bd3ff2
4 changed files with 5 additions and 9 deletions
|
@ -6,5 +6,5 @@
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pymodbus"],
|
"loggers": ["pymodbus"],
|
||||||
"quality_scale": "gold",
|
"quality_scale": "gold",
|
||||||
"requirements": ["pymodbus==3.5.4"]
|
"requirements": ["pymodbus==3.6.3"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,8 @@ from collections.abc import Callable
|
||||||
import logging
|
import logging
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
from pymodbus.client import (
|
from pymodbus.client import ModbusSerialClient, ModbusTcpClient, ModbusUdpClient
|
||||||
ModbusBaseClient,
|
from pymodbus.client.base import ModbusBaseClient
|
||||||
ModbusSerialClient,
|
|
||||||
ModbusTcpClient,
|
|
||||||
ModbusUdpClient,
|
|
||||||
)
|
|
||||||
from pymodbus.exceptions import ModbusException
|
from pymodbus.exceptions import ModbusException
|
||||||
from pymodbus.pdu import ModbusResponse
|
from pymodbus.pdu import ModbusResponse
|
||||||
from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer, ModbusSocketFramer
|
from pymodbus.transaction import ModbusAsciiFramer, ModbusRtuFramer, ModbusSocketFramer
|
||||||
|
|
|
@ -1937,7 +1937,7 @@ pymitv==1.4.3
|
||||||
pymochad==0.2.0
|
pymochad==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==3.5.4
|
pymodbus==3.6.3
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.4
|
||||||
|
|
|
@ -1482,7 +1482,7 @@ pymeteoclimatic==0.1.0
|
||||||
pymochad==0.2.0
|
pymochad==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.modbus
|
# homeassistant.components.modbus
|
||||||
pymodbus==3.5.4
|
pymodbus==3.6.3
|
||||||
|
|
||||||
# homeassistant.components.monoprice
|
# homeassistant.components.monoprice
|
||||||
pymonoprice==0.4
|
pymonoprice==0.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue