From 561b1906bf713c8615a7b1e455d5bd2efc2d2276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 16:06:22 +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..2b6fbb74e 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.3.0,>=14.2.0", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0", "docstring-parser<1.0,>=0.16",