From 0b6d54f9ea90e068f6a229d6eb5511dbcd67013b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:29:03 +0000 Subject: [PATCH] chore(deps): Update rich requirement from >=13.0.0 to >=13.9.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/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-version: 13.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52fc2c87..ce119aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ anthropic>=0.116.0 openai>=1.0.0 python-dotenv>=1.2.2 -rich>=13.0.0 +rich>=13.9.4 prompt-toolkit>=3.0.0 tiktoken>=0.7.0 textual>=0.79