From 570cf5cf29a4330a8ed2a2acdb7713cc5dcbd06a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 12:55:01 +0000 Subject: [PATCH] build(deps-dev): bump prompt-toolkit from 3.0.52 to 3.0.53 Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.52 to 3.0.53. - [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.52...3.0.53) --- updated-dependencies: - dependency-name: prompt-toolkit dependency-version: 3.0.53 dependency-type: direct:development 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 557c6cc1..2a214b64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ treesitter = ["tree-sitter==0.26.0", "tree-sitter-python==0.25.0"] # input (history/completion/ctrl-c-abort). OPTIONAL: the CLI falls back to plain print()+input() # when absent (and when piped/headless, e.g. the eval). `pip install -e .[tui]`. Built on the # rich+prompt_toolkit stack; plugs into the event-sink seam, never touches the moat. -tui = ["rich==15.0.0", "prompt_toolkit==3.0.52"] +tui = ["rich==15.0.0", "prompt_toolkit==3.0.53"] # Dev toolchain: test runner + linter (CI installs `.[dev]`). `pip install -e .[dev]`. dev = ["pytest==9.1.1", "ruff==0.15.21"]