From d96bce479d88a56ee487eeb9a7f7724de5d03318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 07:32:55 +0000 Subject: [PATCH] Build(deps): Update rich requirement from <15,>=13.0 to >=15.0.0,<16 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/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- harness/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/requirements.txt b/harness/requirements.txt index 40f3374d..7ceff366 100644 --- a/harness/requirements.txt +++ b/harness/requirements.txt @@ -9,5 +9,5 @@ claude-agent-sdk>=0.2.82,<0.3 pydantic>=2.0,<3 pyyaml>=6.0,<7 -rich>=13.0,<15 +rich>=15.0.0,<16 typer>=0.12,<1