From 91e39d9a20c9ccc651f7fd1aec74631367e08e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 20:28:52 +0000 Subject: [PATCH] chore(deps): update rich requirement 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.1...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.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 92b33d7da..9f2adbdb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "wrapt<2.0.0,>=1.16.0", "pyright<2.0.0,>=1.1.372", "watchfiles<1.1.0,>=1.0.0", - "rich<14.0.0,>=13.7.1", + "rich>=13.7.1,<15.0.0", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0", "docstring-parser<1.0,>=0.16",