From d3572cb523e7a1079f8f176a2eeb869be98051d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:21:54 +0000 Subject: [PATCH] Update tqdm requirement from >=4.66.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/v4.66.1...v4.67.3) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.67.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index a045abc..15d3557 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "scikit-learn>=1.5.0", "scipy>=1.13.1", "seaborn>=0.13.0", - "tqdm>=4.66.1", + "tqdm>=4.67.3", "watermark>=2.4.3", "missingno>=0.5.2", "wandb>=0.17.5",