From 9998f7baae9cb04c7ac74d0f490ab57beb862590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 01:34:19 +0000 Subject: [PATCH] build(deps): update tqdm requirement in /requirements Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.57.0...v4.67.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index e9632eb51ca4e..00889581f6407 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment torch >=2.1.0, <2.8.0 -tqdm >=4.57.0, <4.67.0 +tqdm >=4.57.0, <4.68.0 PyYAML >=5.4, <6.1.0 fsspec[http] >=2022.5.0, <2025.4.0 torchmetrics >=0.7.0, <1.8.0