From 6368a92769784ac41c4b2b2922809e7fe43619f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:58:09 +0000 Subject: [PATCH] chore(deps): Update rich requirement from >=13 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/master/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] --- codegraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegraph/requirements.txt b/codegraph/requirements.txt index 84d4e15..aa97457 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -2,6 +2,6 @@ tree-sitter>=0.23,<0.25 tree-sitter-typescript>=0.23.2 neo4j>=5.28,<6 typer>=0.15 -rich>=13 +rich>=15.0.0 pyyaml>=6.0.3 tomli>=2.0; python_version<"3.11"