From 47ace6b319e769c6f9552464519e703f84773a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:34:51 +0000 Subject: [PATCH] Bump tqdm from 4.66.4 to 4.66.5 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.4 to 4.66.5. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.4...v4.66.5) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 590b9aec..2a1cf597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ datasets = "*" loguru = "*" vector-quantize-pytorch = "1.15.6" beartype = "0.17.2" -tqdm = "4.66.4" +tqdm = "4.66.5" rich = "13.7.1" colt5-attention = "*" argparse = "^1.4.0"