From b4f81aedeb637bc46b90940581eeb2ebc7b65e44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 22:14:19 +0000 Subject: [PATCH] Bump tqdm from 4.66.2 to 4.66.3 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ca5f356..794795b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ threadpoolctl==3.4.0 ; python_version >= '3.8' torch==2.0.1 torchdata==0.6.1 torchtext==0.15.2 -tqdm==4.66.2 ; python_version >= '3.7' +tqdm==4.66.3 ; python_version >= '3.7' typing-extensions==4.9.0 ; python_version >= '3.8' tzdata==2024.1 ; python_version >= '2' urllib3==1.26.18 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'