From 2e84f953bb099b19ddb8c3f344658c7ec41962f1 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Thu, 19 Feb 2026 08:07:51 -0500 Subject: [PATCH] reference non-yanked version of cli_helpers in pyproject.toml. --- changelog.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1546aba1..f698ad52 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,10 @@ Bug Fixes * Don't diagnose free-entry sections such as `[favorite_queries]` in `--checkup`. * When accepting a filename completion, fill in leading `./` if given. +Internal +-------- +* Bump `cli_helpers` to non-yanked version. + 1.54.1 (2026/02/17) ============== diff --git a/pyproject.toml b/pyproject.toml index 82255536..bf29c246 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "sqlparse>=0.3.0,<0.6.0", "sqlglot[rs] == 27.*", "configobj ~= 5.0.9", - "cli_helpers[styles] ~= 2.10.0", + "cli_helpers[styles] ~= 2.10.1", "pyperclip ~= 1.11.0", "pycryptodomex ~= 3.23.0", "pyfzf ~= 0.3.1",