mirror of
https://github.com/home-assistant/core.git
synced 2026-09-05 18:25:01 -05:00
Add pymodbus to package constraints (#150420)
This commit is contained in:
@@ -216,3 +216,8 @@ rpds-py==0.24.0
|
||||
|
||||
# Constraint num2words to 0.5.14 as 0.5.15 and 0.5.16 were removed from PyPI
|
||||
num2words==0.5.14
|
||||
|
||||
# pymodbus does not follow SemVer, and it keeps getting
|
||||
# downgraded or upgraded by custom components
|
||||
# This ensures all use the same version
|
||||
pymodbus==3.9.2
|
||||
|
||||
@@ -242,6 +242,11 @@ rpds-py==0.24.0
|
||||
|
||||
# Constraint num2words to 0.5.14 as 0.5.15 and 0.5.16 were removed from PyPI
|
||||
num2words==0.5.14
|
||||
|
||||
# pymodbus does not follow SemVer, and it keeps getting
|
||||
# downgraded or upgraded by custom components
|
||||
# This ensures all use the same version
|
||||
pymodbus==3.9.2
|
||||
"""
|
||||
|
||||
GENERATED_MESSAGE = (
|
||||
|
||||
Reference in New Issue
Block a user