From 26be4cb5d6a80f726e7018c8a1a538ac6851cedf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 03:11:46 +0000 Subject: [PATCH] chore(deps):(deps): update rich requirement from >=13.0 to >=15.0.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd59a12..90add19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ maintainers = [{ name = "Georgi Mammen Mullassery", email = "mullassery@gmail.co readme = "README.md" license = { text = "Proprietary" } requires-python = ">=3.8" -dependencies = ["rich>=13.0"] +dependencies = ["rich>=15.0.0"] keywords = [ "excel", "xlsx",