From 88e3e3af36fdc37ed8b1ad4d6b7f31213d364379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:53:13 +0000 Subject: [PATCH] Bump tqdm in /pytorch_classification/tensorboard_test Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.42.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.42.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pytorch_classification/tensorboard_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch_classification/tensorboard_test/requirements.txt b/pytorch_classification/tensorboard_test/requirements.txt index c42b25958..ad5e6e6a2 100644 --- a/pytorch_classification/tensorboard_test/requirements.txt +++ b/pytorch_classification/tensorboard_test/requirements.txt @@ -1,5 +1,5 @@ torchvision==0.7.0 -tqdm==4.42.1 +tqdm==4.66.3 matplotlib==3.2.1 torch==1.13.1 Pillow