From 765346a24800f5d737f352e48570881ed817c674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 19:12:08 +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 92b33d7da..484cf4f89 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.0,>=1.0.0", - "rich<14.0.0,>=13.7.1", + "rich<14.1.0,>=14.0.0", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0", "docstring-parser<1.0,>=0.16",