From 4d92baf13425e7475e18f9066b207093f30dff80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:31:45 +0000 Subject: [PATCH] chore(deps): update rich requirement from <16,>=14 to >=15.0.0,<16 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/v14.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 fbd816d..141d9fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ dependencies = [ "click>=8.1,<9", "typer>=0.15,<1", - "rich>=14,<16", + "rich>=15.0.0,<16", # Lane D W8 ? .forge sidecar parser (a1.sidecar_parser) and the # GitHub Action validator test surface both depend on PyYAML. "pyyaml>=6,<7",