From 3ccb042dabcf4395096b08526d3ebf8893f4e1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 00:46:36 +0000 Subject: [PATCH] chore(deps)(deps): update rich requirement from >=13.7.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/master/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.7.0...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-version: 13.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index df6544b..d80d030 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ python = "^3.12" # Typer 0.12 still assumed) — pin typer >=0.15 to pick up the fix. anthropic = ">=0.40.0" typer = {extras = ["all"], version = ">=0.15.0"} -rich = ">=13.7.0" +rich = ">=13.9.4" # GCP is the default active-mode provider. Optional in practice — advisor # mode (the default) doesn't import google-cloud-* so installs without # them work for paranoid-mode users.