From e012ba268d75682642ee17c324baf50f5e92e2c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:08:00 +0000 Subject: [PATCH] Update rich requirement from <=14.0.0,>=13.7.0 to >=13.7.0,<=14.2.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/v13.7.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.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 05fb365..f870d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "typing_extensions>=4.12.2,<=4.15.0", "xxhash>=1.1.0,<=3.6.0", "backoff>=2.2.0,<=2.2.1", - "rich>=13.7.0,<=14.0.0", + "rich>=13.7.0,<=14.2.0", ] [project.urls]