From 98c779543af6f4a17a5f6c6e4c4abd7871361f3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 02:05:55 +0000 Subject: [PATCH] Update rich requirement from ~=13.7.0 to ~=13.7.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/v13.7.0...v13.7.1) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 75bda25..31700ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ wandb # --------- others --------- # rootutils~=1.0.7 pre-commit # hooks for applying linters on commit -rich~=13.7.0 +rich~=13.7.1 pytest~=8.0.0 tree~=0.2.4 dm-tree~=0.1.8