Skip to content

Commit 2e84f95

Browse files
committed
reference non-yanked version of cli_helpers
in pyproject.toml.
1 parent 4452b8b commit 2e84f95

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Bug Fixes
77
* Don't diagnose free-entry sections such as `[favorite_queries]` in `--checkup`.
88
* When accepting a filename completion, fill in leading `./` if given.
99

10+
Internal
11+
--------
12+
* Bump `cli_helpers` to non-yanked version.
13+
1014

1115
1.54.1 (2026/02/17)
1216
==============

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"sqlparse>=0.3.0,<0.6.0",
1818
"sqlglot[rs] == 27.*",
1919
"configobj ~= 5.0.9",
20-
"cli_helpers[styles] ~= 2.10.0",
20+
"cli_helpers[styles] ~= 2.10.1",
2121
"pyperclip ~= 1.11.0",
2222
"pycryptodomex ~= 3.23.0",
2323
"pyfzf ~= 0.3.1",

0 commit comments

Comments
 (0)