From 15de858cc1310d826157ab7a1454160205439db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:36:52 +0000 Subject: [PATCH] Update rich requirement from >=13.7 to >=15.0.0 in /pipeline 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.7.0...v15.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 15.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pipeline/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/pyproject.toml b/pipeline/pyproject.toml index 038e469..9356ef1 100644 --- a/pipeline/pyproject.toml +++ b/pipeline/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "jsonschema>=4.23", "referencing>=0.35", "typer>=0.12", - "rich>=13.7", + "rich>=15.0.0", "networkx>=3.3", "httpx>=0.27", "python-dotenv>=1.0"