Skip to content

Commit a4135ad

Browse files
committed
bump prompt-toolkit for typing fix
1 parent 6884496 commit a4135ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/pymodbus-dev/repl"
1010
[tool.poetry.dependencies]
1111
python = ">=3.9.0,<4.0"
1212
typer = {extras = ["all"], version = "^0.9.0"}
13-
prompt-toolkit = "^3.0.43"
13+
prompt-toolkit = "^3.0.44"
1414
pygments = "^2.17.2"
1515
tabulate = "^0.9.0"
1616

0 commit comments

Comments
 (0)