From 48b5bca7a1a671646c73c161051673553d9b6f92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:10:33 +0000 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 in /RecLM-eval Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RecLM-eval/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecLM-eval/requirements.txt b/RecLM-eval/requirements.txt index 3e74c3b..d3aef94 100644 --- a/RecLM-eval/requirements.txt +++ b/RecLM-eval/requirements.txt @@ -6,5 +6,5 @@ PyYAML==6.0 PyYAML==6.0.1 scikit_learn==1.3.0 torch==2.0.1 -tqdm==4.64.1 +tqdm==4.66.3 transformers==4.31.0.dev0