From 84039e594b61566340f2ec89e956130fddc5d268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 16:55:33 +0000 Subject: [PATCH] Bump rich from 13.7.1 to 13.9.2 Bumps [rich](https://github.com/Textualize/rich) from 13.7.1 to 13.9.2. - [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.1...v13.9.2) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57c83f7f..b7625066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ loguru = "*" vector-quantize-pytorch = "1.17.1" beartype = "0.18.5" tqdm = "4.66.5" -rich = "13.8.0" +rich = "13.9.2" colt5-attention = "*" argparse = "^1.4.0" local-attention = "*"