From 78077aec8df2685db4b861d9c3600150341ce8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 10:04:09 +0000 Subject: [PATCH] Bump prompt-toolkit from 3.0.43 to 3.0.52 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.43 to 3.0.52. - [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases) - [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/main/CHANGELOG) - [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.43...3.0.52) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.52 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72d94bd95..8c6b76cc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers=[ dependencies = [ "asciimatics == 1.15.0", # Oct 4 2023, only used for the Text UI "packaging == 23.2", # Oct 4 2023, used for version comparisons - "prompt_toolkit == 3.0.43", # Oct 4 2023, used for command line interface + "prompt_toolkit == 3.0.52", # Oct 4 2023, used for command line interface "psutil == 5.9.8", # Oct 4 2023, pulls system stats into TUI and BCP "pyserial == 3.5", # Oct 4 2023, some older platforms use this "pyserial-asyncio == 0.6", # Oct 4 2023, handles all modern serial communication