From a6acb3c2b0f716722888a39d15e2a6f2edf52b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 07:52:36 +0000 Subject: [PATCH] Update rich requirement from <=13.0.0,>=12.6.0 to >=12.6.0,<=13.8.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.6.0...v13.8.0) --- 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..596f8076 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.0", "tenacity>=8.2.2,<9.0.0", "typer[all]==0.7.0", "watchdog>=2.1.0",