From 4a6cd1a78f751f2216d6947940eeeccd4c725510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:40:56 +0000 Subject: [PATCH] Update rich-argparse requirement from >=1.7.1 to >=1.7.2 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.1...v1.7.2) --- updated-dependencies: - dependency-name: rich-argparse dependency-version: 1.7.2 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 9b90229..25cb0b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -rich-argparse>=1.7.1 +rich-argparse>=1.7.2 pyOpenSSL>=25.3.0 requests>=2.32.5 Flask>=3.1.2