From d06c9eb2a3f985585c8a8a84e2a8c46b0ac13b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:50:15 +0000 Subject: [PATCH] Update rich requirement from ^14.0.0 to >=14,<16 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 f035e4cb..ac649102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pygit2 = "^1.15.1" tyro = "^0.9.2,<0.9.23" gitpython = "^3.1.43" setuptools = "<81" -rich = "^14.0.0" +rich = ">=14,<16" [tool.poetry.group.dev.dependencies] ruff = "^0.12.10"