From a4135ad027263719e3062e39de7b3f827a9d4a1d Mon Sep 17 00:00:00 2001 From: Alex Ruddick Date: Tue, 21 Jan 2025 20:03:29 -0600 Subject: [PATCH] bump prompt-toolkit for typing fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e378694..bd6cdbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ repository = "https://github.com/pymodbus-dev/repl" [tool.poetry.dependencies] python = ">=3.9.0,<4.0" typer = {extras = ["all"], version = "^0.9.0"} -prompt-toolkit = "^3.0.43" +prompt-toolkit = "^3.0.44" pygments = "^2.17.2" tabulate = "^0.9.0"