From 596faff33c71475e23d8c8095db53d24151cb9e3 Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Sat, 25 Apr 2026 11:37:02 -0400 Subject: [PATCH] update cli_helpers to v2.14.0, the latest --- changelog.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ae52dda6..1d61aa98 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ Upcoming (TBD) Internal --------- * Remove unused fixture data. +* Upgrade `cli_helpers` dependency to v2.14.0. 1.70.0 (2026/04/24) diff --git a/pyproject.toml b/pyproject.toml index 9fa5c3ad..0a629a33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "sqlparse>=0.3.0,<0.6.0", "sqlglot[c] ~= 30.4.3", "configobj ~= 5.0.9", - "cli_helpers[styles] ~= 2.12.0", + "cli_helpers[styles] ~= 2.14.0", "wcwidth ~= 0.6.0", "pyperclip ~= 1.11.0", "pycryptodomex ~= 3.23.0",