From 0ec05088bf4a27b6d37b9a1b3bbaae33f769bbda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:53:14 +0000 Subject: [PATCH] build(deps): bump tqdm from 4.67.0 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.67.0 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.67.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8060aae5..d7c38fd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ pylint==3.3.1 pytest==8.3.3 pytorch-lightning==2.4.0 torchvision==0.20.1 -tqdm==4.67.0 +tqdm==4.67.1 vulture==2.13 wandb==0.18.7