From 2b8294a328a562f94f66443c5d0019b4d3fa34ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 15:57:17 +0000 Subject: [PATCH] Update rich requirement in /python 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.1...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 92b37b57c7..ff9c2145c2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "opentelemetry-sdk==1.40.0", #tasks "poethepoet==0.42.1", - "rich>=13.7.1,<15.0.0", + "rich>=13.7.1,<16.0.0", "tomli==2.4.1", "prek==0.3.8", ]