From d6ad32cfa2cbf16acbe331647f3d26bbd2349c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 20:03:07 +0000 Subject: [PATCH] Update rich requirement from ~=12.4 to >=12.4,<14.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/v12.4.0...v13.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 c2967c89e..79ea9ad3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ install_requires = GitPython ~= 3.1 dmgbuild ~= 1.4; sys_platform == "darwin" psutil ~= 5.9 - rich ~= 12.4 + rich >= 12.4,< 14.0 platformdirs ~= 2.5 packaging ~= 21.3