diff --git a/changelog.md b/changelog.md index 242448cb..8133dc65 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,11 @@ Documentation * Add `.|` and `.>` to TIPS. +Internal +--------- +* Update `cli_helpers` dependency to v2.15.1 + + 2.6.1 (2026/07/24) ============== diff --git a/pyproject.toml b/pyproject.toml index 3d1da695..73793600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "sqlglot ~= 30.8.0", "sqlglotc ~= 30.8.0", "configobj ~= 5.0.9", - "cli_helpers[styles] ~= 2.15.0", + "cli_helpers[styles] ~= 2.15.1", "wcwidth ~= 0.6.0", "pyperclip ~= 1.11.0", "pycryptodomex ~= 3.23.0",