From 4ca672600904397b5e2ceffd25e66e278db64fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 12:10:38 +0000 Subject: [PATCH] Bump rich-argparse from 1.7.2 to 1.8.0 Bumps [rich-argparse](https://github.com/hamdanal/rich-argparse) from 1.7.2 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.2...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 764da54..3cdb393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "pye3dc==0.10.0", "tzlocal==5.3.1", "jsonargparse==4.42.0", - "rich-argparse==1.7.2", + "rich-argparse==1.8.0", "pydantic==2.13.3", ]