Skip to content

Commit f2bd3a4

Browse files
chore(deps): update dependency pymodbus to >=3.0.2,<3.12.0
1 parent 6a6916b commit f2bd3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
install_requires=[
2424
'pymodbus>=2.4.0; python_version == "3.8"',
2525
'pymodbus>=2.4.0; python_version == "3.9"',
26-
'pymodbus>=3.0.2,<3.7.0; python_version >= "3.10"',
26+
'pymodbus>=3.0.2,<3.12.0; python_version >= "3.10"',
2727
],
2828
extras_require={
2929
'test': [

0 commit comments

Comments
 (0)