From 96c53032ff73942dba0f8f59872ba15e4cace248 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 09:05:46 +0000 Subject: [PATCH] chore(deps): update rich requirement from <14.0,>=13.7 to >=13.7,<16.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/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce50b0e..61a86b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pydantic>=2.7,<3.0", "PyYAML>=6.0,<7.0", "click>=8.1,<9.0", - "rich>=13.7,<14.0", + "rich>=13.7,<16.0", "jsonschema>=4.21,<5.0", "packaging>=24.0,<25.0", ]