From c92f2f5e199f1b1de15a222d56f958b0b9bbc9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 11:55:54 +0000 Subject: [PATCH] build(deps): Update rich requirement from <14.0,>=13.0 to >=13.0,<15.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...v14.3.3) --- updated-dependencies: - dependency-name: rich dependency-version: 14.3.3 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 a76ee9e..9498da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ keywords = ["ml", "experiment", "training", "model-registry", "cloud-training"] dependencies = [ "PyYAML>=6.0,<7.0", "click>=8.0,<9.0", - "rich>=13.0,<14.0", + "rich>=13.0,<15.0", ] [project.optional-dependencies]