From 34378716a90760a8c5d380e76946e23397150e04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 15:02:33 +0000 Subject: [PATCH] Update rich requirement from <15,>=14.0.0 to >=14.0.0,<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:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21c55f2..abc7331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pytest-cov>=6.0.0,<8", "pytest-datafiles>=3.0.0,<4", "pytest-xdist>=3.4.0,<4", - "rich>=14.0.0,<15", + "rich>=14.0.0,<16", "ruff>=0.12.1,<0.16", ]