From ad71c165870fb0a52ce49acceadc42e76bb8e8d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:46:26 +0000 Subject: [PATCH] Bump tqdm from 4.64.0 to 4.66.3 in /Models/GGSNN-GMN/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/GGSNN-GMN/Preprocessing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/GGSNN-GMN/Preprocessing/requirements.txt b/Models/GGSNN-GMN/Preprocessing/requirements.txt index 4358622..76559e1 100644 --- a/Models/GGSNN-GMN/Preprocessing/requirements.txt +++ b/Models/GGSNN-GMN/Preprocessing/requirements.txt @@ -2,4 +2,4 @@ click==8.0.4 networkx==2.5 numpy==1.22.3 scipy==1.7.3 -tqdm==4.64.0 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file