From efca2d5835750ce5f53eae046d247a8f325dc7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:59:24 +0000 Subject: [PATCH] Bump rich-argparse from 1.7.1 to 1.8.0 Bumps [rich-argparse](https://github.com/hamdanal/rich-argparse) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/hamdanal/rich-argparse/releases) - [Changelog](https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md) - [Commits](https://github.com/hamdanal/rich-argparse/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: rich-argparse dependency-version: 1.8.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 f8f6294..8b39367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "matplotlib==3.10.3", "pyperf==2.9.0", "rich==14.0.0", - "rich-argparse==1.7.1", + "rich-argparse==1.8.0", "ruamel.yaml==0.18.14", "scour==0.38.2", "wheel",