From e10a87c08826672aa1f297b9ed0b12e3a4978e80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:57:55 +0000 Subject: [PATCH] build(deps): update rich-argparse requirement from >=1.7.2 to >=1.8.0 Updates the requirements on [rich-argparse](https://github.com/hamdanal/rich-argparse) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47a6f21..856bdae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -rich-argparse>=1.7.2 +rich-argparse>=1.8.0 pyOpenSSL>=26.1.0 requests>=2.33.1 Flask>=3.1.2