From ca6857d533db9c24a35794142cc593a5c76f412a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:20:59 +0000 Subject: [PATCH] chore(deps-dev): update rich requirement from >=13.0 to >=15.0.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.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0608d8d..26cc30b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Issues = "https://github.com/renaudcepre/protest/issues" [project.optional-dependencies] rich = [ - "rich>=13.0", + "rich>=15.0.0", ] web = [ "websockets>=12.0", @@ -156,7 +156,7 @@ dev = [ "pytest>=9.0.1", "pytest-asyncio>=1.3.0", "pytest-cov>=7.0.0", - "rich>=13.0", + "rich>=15.0.0", "ty>=0.0.1a29", "websockets>=12.0", ]