Skip to content

Commit

Permalink
Pin pymodbus to 3.6.2 due to test errors in 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 13, 2024
1 parent 2e1bc8c commit c242164
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ sdsstools = "^1.0.0"
sdss-clu = "^2.1.0"
click-default-group = "^1.2.2"
pyserial-asyncio = "^0.6"
pymodbus = "^3.5.2"
pymodbus = "3.6.2"

[tool.poetry.group.dev.dependencies]
ipython = ">=7.11.0"
Expand Down

0 comments on commit c242164

Please sign in to comment.