Skip to content

Commit

Permalink
Bump pymodbus v.3.5.1 (#99940)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Sep 8, 2023
1 parent 677431e commit be4ea32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/modbus/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"iot_class": "local_polling",
"loggers": ["pymodbus"],
"quality_scale": "gold",
"requirements": ["pymodbus==3.5.0"]
"requirements": ["pymodbus==3.5.1"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1852,7 +1852,7 @@ pymitv==1.4.3
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.5.0
pymodbus==3.5.1

# homeassistant.components.monoprice
pymonoprice==0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ pymeteoclimatic==0.0.6
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.5.0
pymodbus==3.5.1

# homeassistant.components.monoprice
pymonoprice==0.4
Expand Down

0 comments on commit be4ea32

Please sign in to comment.