From 7b2cc5bc3ffd5d49c26564d53c18389a34be4f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:07:33 +0000 Subject: [PATCH] build(deps): update tqdm requirement from <=4.69.0 to <=4.69.1 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.69.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.69.1 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 82bf039..ad87bcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "scikit-image<=0.26.0", "torch>=2.5,<=2.13.0", "torchmetrics<=1.8.2", - "tqdm<=4.69.0", + "tqdm<=4.69.1", ] [project.optional-dependencies]