From fbdde4f82635af550b6acc97d8904a9726c5911e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:20:43 -0700 Subject: [PATCH] Bump tqdm from 4.62.3 to 4.66.3 in /examples/xr-transformer-neurips21 (#286) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.3...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rofuyu --- examples/xr-transformer-neurips21/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xr-transformer-neurips21/requirements.txt b/examples/xr-transformer-neurips21/requirements.txt index ff88d00..1184969 100644 --- a/examples/xr-transformer-neurips21/requirements.txt +++ b/examples/xr-transformer-neurips21/requirements.txt @@ -21,7 +21,7 @@ six==1.16.0 threadpoolctl==2.2.0 tokenizers==0.10.3 torch==1.9.1 -tqdm==4.62.3 +tqdm==4.66.3 transformers==4.11.0 typing-extensions==3.10.0.2 urllib3==1.26.7