From 4531cdd3be22327ccb07887b3c5ba73cb4865eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:51:13 +0000 Subject: [PATCH] chore(deps): update rich requirement in the cli group Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `rich` to 14.2.0 - [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...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production dependency-group: cli ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 544797a..94fa8b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # CLI dependencies "click>=8.1.0,<9.0.0", - "rich>=13.0.0,<14.0.0", # For rich CLI output + "rich>=13.0.0,<15.0.0", # For rich CLI output "pyyaml>=6.0.0,<7.0.0", # For YAML output format # REST API dependencies