Skip to content

Commit

Permalink
downgrade pymodbus to 3.7.4, same as HA core
Browse files Browse the repository at this point in the history
  • Loading branch information
toringer committed Jan 7, 2025
1 parent 8a5a144 commit 6bba6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/heru/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pymodbus"
],
"requirements": [
"pymodbus==3.8.3"
"pymodbus==3.7.4"
],
"version": "0.1.0"
}
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
homeassistant==2025.1.0
pymodbus==3.8.3
pymodbus==3.7.4

0 comments on commit 6bba6a8

Please sign in to comment.