From 6aa7e4adb1c2027b099eb23a6f7913a3dde5ffda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 20:39:26 +0000 Subject: [PATCH] fix(deps): update dependency rich to v14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c0e652f..516d759e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "wrapt<2.0.0,>=1.16.0", "pyright<2.0.0,>=1.1.372", "watchfiles<1.1.1,>=1.1.0", - "rich<14.0.0,>=13.7.1", + "rich<14.4.0,>=14.3.2", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0", "docstring-parser<1.0,>=0.16",