Skip to content

Commit

Permalink
Bump pymodbus to v3.6.5 (#112629)
Browse files Browse the repository at this point in the history
  • Loading branch information
janiversen committed Mar 7, 2024
1 parent 49d20ee commit 27af6f1
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
Expand Up @@ -6,5 +6,5 @@
"iot_class": "local_polling",
"loggers": ["pymodbus"],
"quality_scale": "gold",
"requirements": ["pymodbus==3.6.4"]
"requirements": ["pymodbus==3.6.5"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1968,7 +1968,7 @@ pymitv==1.4.3
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.6.4
pymodbus==3.6.5

# homeassistant.components.monoprice
pymonoprice==0.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1525,7 +1525,7 @@ pymeteoclimatic==0.1.0
pymochad==0.2.0

# homeassistant.components.modbus
pymodbus==3.6.4
pymodbus==3.6.5

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

0 comments on commit 27af6f1

Please sign in to comment.