From 73db680c4090801f5d4af18d01b80c1cfd2527a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:34:02 +0000 Subject: [PATCH] deps(deps): update rich requirement from >=13.0.0 to >=13.9.4 Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version. - [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/v13.0.0...v13.9.4) --- updated-dependencies: - dependency-name: rich dependency-version: 13.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5537445..5c691dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "httpx>=0.27.0", "python-dotenv>=1.0.0", "click>=8.1.0", - "rich>=13.0.0", + "rich>=13.9.4", ] [project.optional-dependencies]