From eed0966e85a5af69b1100a3a0b569f34c878ad6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:46:12 +0000 Subject: [PATCH] Bump tqdm from 4.64.0 to 4.66.3 in /Models/SAFE/Preprocessing Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Models/SAFE/Preprocessing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/SAFE/Preprocessing/requirements.txt b/Models/SAFE/Preprocessing/requirements.txt index 7bbc920..6e2d63d 100644 --- a/Models/SAFE/Preprocessing/requirements.txt +++ b/Models/SAFE/Preprocessing/requirements.txt @@ -1,3 +1,3 @@ click==8.0.4 numpy==1.22.3 -tqdm==4.64.0 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file