From 15455a2dd7fd9c2c9a8ae577b965082c08492d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 04:54:11 +0000 Subject: [PATCH] Update rich requirement from <14.0,>=10.0 to >=10.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/v10.0.0...v14.0.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 81d8f5f..84a6363 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ test_suite = tests setup_require = setuptools >=39.2 install_requires = - rich >=10.0,<14.0 + rich >=10.0,<15.0 [options.entry_points] console_scripts =