From ba69c21804c10a7f8877c30f41d37f283d69723b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:52:21 +0000 Subject: [PATCH] Update rich requirement from <=13.0.0,>=12.6.0 to >=12.6.0,<=13.8.1 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.6.0...v13.8.1) --- updated-dependencies: - dependency-name: rich 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 4fb637fd..48ca52f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "pydantic>=1.10.8,<2.0.0", "pyyaml>=6.0", "requests>=2.30.1,<3.0.0", - "rich>=12.6.0,<=13.0.0", + "rich>=12.6.0,<=13.8.1", "tenacity>=8.2.2,<9.0.0", "typer[all]==0.7.0", "watchdog>=2.1.0",