From be320e9df8b2dbbf8dd548dad736b83e1c5a4da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 10:05:21 +0000 Subject: [PATCH] Bump rich from 13.7.1 to 14.3.3 in /python Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 14.3.3. - [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...v14.3.3) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.3 dependency-type: direct:development update-type: version-update:semver-major ... 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 0e53e072d1..60fc618089 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -41,7 +41,7 @@ dev = [ "pyright==1.1.408", #tasks "poethepoet==0.42.1", - "rich==13.7.1", + "rich==14.3.3", "tomli==2.4.0", "prek==0.3.4", ]