From 1fc2b9f3660703a02ef19c50ed2ae33bc5adce8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:58:17 +0000 Subject: [PATCH] Update rich requirement from <15,>=13 to >=13,<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/v13.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 31017cea..cd801d9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "aioshutil>=1,<2", "multicollections>=1.0.4,<2", "numpy>=1,<3", - "rich>=13,<15", + "rich>=13,<16", "typing-extensions>=4.5,<5; python_version<'3.13'", ]