From b99f91a9f85b3f010d9e809d5b176bdde08b1558 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 18:12:04 +0000 Subject: [PATCH] fix(deps): update dependency rich to ~=14.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abfcea42..10b624d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "fake-useragent~=2.2.0", "html2text~=2025.4.15", "beautifulsoup4~=4.14.0", - "rich~=14.2.0", + "rich~=14.3.3", "zai-sdk~=0.2.1", "anthropic~=0.65.0", "dashscope~=1.25.0",