From 87a5b00c9f34d87082f649dc6f88bc166dee3ef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:51:18 +0000 Subject: [PATCH] Update rich requirement from <14.0,>=11.0 to >=11.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/v11.0.0...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-requirements.txt b/setup-requirements.txt index 103b77f..a40093b 100644 --- a/setup-requirements.txt +++ b/setup-requirements.txt @@ -1,3 +1,3 @@ click>=7.0,<9.0 click-help-colors>=0.9.1,<0.10 -rich>=11.0,<14.0 +rich>=11.0,<15.0