From f26ade65a4c8416ef2320d7b43e2bb2b1c5275a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 08:12:47 +0000 Subject: [PATCH] Update rich requirement from >=13 to >=14.3.4 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v14.3.4) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64feb58..9ce5d82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ # Optional quality-of-life extras cli = [ - "rich>=13", + "rich>=14.3.4", ] docs = [