From 3ce51cbe4f536f57d3c4f233db10fbf6b96852a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 13:33:57 +0000 Subject: [PATCH] Bump rich from 14.0.0 to 14.2.0 Bumps [rich](https://github.com/Textualize/rich) from 14.0.0 to 14.2.0. - [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/v14.0.0...v14.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90b92bf..eee3519 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "matplotlib==3.10.3", "pyperf==2.9.0", - "rich==14.0.0", + "rich==14.2.0", "rich-argparse==1.7.1", "ruamel.yaml==0.18.14", "scour==0.38.2",