Skip to content

Commit db72927

Browse files
authored
Add pymodbus to PACKAGE_CHECK_VERSION_RANGE (#152494)
1 parent 946d75d commit db72927

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

script/hassfest/requirements.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"pillow": "SemVer",
3939
"pydantic": "SemVer",
4040
"pyjwt": "SemVer",
41+
"pymodbus": "Custom",
4142
"pytz": "CalVer",
4243
"requests": "SemVer",
4344
"typing_extensions": "SemVer",
@@ -65,6 +66,14 @@
6566
# https://github.com/GClunies/noaa_coops/pull/69
6667
"noaa-coops": {"pandas"}
6768
},
69+
"smarty": {
70+
# Current has an upper bound on major >=3.11.0,<4.0.0
71+
"pysmarty2": {"pymodbus"}
72+
},
73+
"stiebel_eltron": {
74+
# Current has an upper bound on major >=3.10.0,<4.0.0
75+
"pystiebeleltron": {"pymodbus"}
76+
},
6877
}
6978

7079
PACKAGE_REGEX = re.compile(

0 commit comments

Comments
 (0)