From cc071b03ca2af6aac090ccfed4df20d928e2b787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 09:08:08 +0000 Subject: [PATCH] Bump tqdm from 4.66.1 to 4.66.3 in /src/glue-promptopt Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/glue-promptopt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glue-promptopt/requirements.txt b/src/glue-promptopt/requirements.txt index d6db1cbe..44ccb6a3 100644 --- a/src/glue-promptopt/requirements.txt +++ b/src/glue-promptopt/requirements.txt @@ -1,5 +1,5 @@ PyYAML==6.0.1 openai==1.12.0 -tqdm==4.66.1 +tqdm==4.66.3 datasets==2.16.1 paramlogger==0.0.1