From 2a6fb696d6aacf750bf166e61bbc5408b6f70d98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 10:38:45 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.67.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ab5407..32e9034 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ torch_ema==0.3 torch_lr_finder==0.2.2 torch_optimizer==0.3.0 torchvision==0.19.1 -tqdm==4.66.5 +tqdm==4.67.0 transformers==4.46.0 urllib3==2.2.3 webdataset==0.2.100