From a18c161cfb33cc737aedd8d21b294a809b305a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:23:51 +0000 Subject: [PATCH] Update rich requirement from >=13.0 to >=14.3.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...v14.3.4) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.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 7ee9c85..c63a459 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "SmartMur", email = "contact@smartmur.com"}] dependencies = [ "pyyaml>=6.0", "click>=8.1", - "rich>=13.0", + "rich>=14.3.4", "cryptography>=46.0.5", "apscheduler>=3.10", "sqlalchemy>=2.0",