From d8e0e45b7f28368536b4a261daa29ce345102484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 08:13:11 +0000 Subject: [PATCH] build(deps): update tqdm requirement from <=4.67.1 to <=4.67.3 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/v1.0.0...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf51cae..e3173d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "scikit-image<=0.26.0", "torch>=2.5,<=2.10.0", "torchmetrics<=1.8.2", - "tqdm<=4.67.1", + "tqdm<=4.67.3", ] [project.optional-dependencies]