Skip to content

Commit

Permalink
chore(deps): update dependency pymodbus to >=3.0.2,<3.7.0 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent f6ccd03 commit e8d56cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
install_requires=[
'pymodbus>=2.4.0; python_version == "3.8"',
'pymodbus>=2.4.0; python_version == "3.9"',
'pymodbus>=3.0.2,<3.6.0; python_version >= "3.10"',
'pymodbus>=3.0.2,<3.7.0; python_version >= "3.10"',
],
extras_require={
'test': [
Expand Down

0 comments on commit e8d56cb

Please sign in to comment.