From 6ec1c56cf647539743a9842c9eaca8a2b6c14055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:48:09 +0000 Subject: [PATCH] Bump tqdm from 4.35.0 to 4.66.3 in /ttools Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.35.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.35.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ttools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttools/requirements.txt b/ttools/requirements.txt index e32ad54..44bb632 100644 --- a/ttools/requirements.txt +++ b/ttools/requirements.txt @@ -2,5 +2,5 @@ numpy==1.16.4 torch==1.1.0 torchvision==0.3.0 coloredlogs==10.0 -tqdm==4.35.0 +tqdm==4.66.3 visdom==0.1.8.8