From 1763096b61f9a51f5dfd4e567437d8ea88116757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:20:12 +0000 Subject: [PATCH] Bump tqdm from 4.59.0 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.59.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.59.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0379da2..663cf10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ threadpoolctl==2.1.0 tifffile==2021.3.17 torch==1.8.0 torchvision==0.9.0 -tqdm==4.59.0 +tqdm==4.66.3 typing-extensions==3.7.4.3