Skip to content

Commit 7a3eaf3

Browse files
authored
Merge pull request #1586 from dbcli/RW/reference-non-yanked-cli-helpers
Reference non-yanked version of `cli_helpers` in `pyproject.toml`
2 parents e52c256 + 2e84f95 commit 7a3eaf3

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
@@ -12,6 +12,10 @@ Bug Fixes
1212
* Don't diagnose free-entry sections such as `[favorite_queries]` in `--checkup`.
1313
* When accepting a filename completion, fill in leading `./` if given.
1414

15+
Internal
16+
--------
17+
* Bump `cli_helpers` to non-yanked version.
18+
1519

1620
1.54.1 (2026/02/17)
1721
==============

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)