From 600f21c5dd462033387ecd05039944052f2de321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 05:42:10 +0000 Subject: [PATCH] chore(deps)(deps): update rich requirement 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/main/CHANGELOG.md) - [Commits](https://github.com/Textualize/rich/compare/v13.0.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.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 70f46fc..31ea596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pydantic>=2.13,<3 python-dotenv>=1.0,<2 colorama>=0.4.6,<1 -rich>=13.0,<16 +rich>=15.0.0,<16 fpdf2>=2.8,<3 ruamel.yaml>=0.18.6 setuptools>=82.0.1