From ffa2a49a9edfd1123c5ec77f7d52515430cc56d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 20:46:09 +0000 Subject: [PATCH] Bump tqdm from 4.64.0 to 4.66.3 in /Models/Asm2vec 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/Asm2vec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Asm2vec/requirements.txt b/Models/Asm2vec/requirements.txt index b6eb5e1..1406d74 100644 --- a/Models/Asm2vec/requirements.txt +++ b/Models/Asm2vec/requirements.txt @@ -4,4 +4,4 @@ numpy==1.22.3 pandas==1.4.2 scikit-learn==1.0.2 scipy==1.7.3 -tqdm==4.64.0 \ No newline at end of file +tqdm==4.66.3 \ No newline at end of file