Skip to content

Commit

Permalink
Bump pymodbus to v3.1.3 (home-assistant#87841)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen authored Feb 12, 2023
1 parent ac97097 commit a886763
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.1.1"]
"requirements": ["pymodbus==3.1.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1789,7 +1789,7 @@ pymitv==1.4.3
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.1.1
pymodbus==3.1.3

# 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 @@ -1287,7 +1287,7 @@ pymeteoclimatic==0.0.6
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.1.1
pymodbus==3.1.3

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

0 comments on commit a886763

Please sign in to comment.