From 20eb4d4c097557dfcfd1251c8ffdf14e9bcb8d1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:03:34 +0000 Subject: [PATCH] Update rich requirement from >=14.0.0 to >=15.0.0 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/v14.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 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 8bf56e36..d12a2a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "jinja2>=3.1.6,<4.0.0", "lxml>=6.1.0", "pydantic>=2.13.3", - "rich>=14.0.0", + "rich>=15.0.0", "tomlkit>=0.14.0", ] authors = [