From c9967b0a2685e94287fe9be52b1b722e482cc0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 18:20:36 +0000 Subject: [PATCH] Update rich requirement in the python-dependencies group Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. Updates `rich` to 15.0.0 - [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.7.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29c9fb2..bcb1fb5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Kept for environments that cannot install project extras. pyproject.toml is # the canonical dependency declaration. click>=8.1.7,<9 -rich>=13.7.0,<15 +rich>=13.7.0,<16