From f9c39732c4d51bd1024115655220e039150eede1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:43:36 +0000 Subject: [PATCH] Bump tqdm Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.29.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.29.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../a4/a4/gpu_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assignment 4 Neural Machine Translation with sequence-to-sequence and attention/a4/a4/gpu_requirements.txt b/Assignment 4 Neural Machine Translation with sequence-to-sequence and attention/a4/a4/gpu_requirements.txt index 6614687..85d6d35 100644 --- a/Assignment 4 Neural Machine Translation with sequence-to-sequence and attention/a4/a4/gpu_requirements.txt +++ b/Assignment 4 Neural Machine Translation with sequence-to-sequence and attention/a4/a4/gpu_requirements.txt @@ -1,3 +1,3 @@ nltk docopt -tqdm==4.29.1 +tqdm==4.66.3