From 0ce149c80d4429a2e1c117319e64eb89fef3f2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:43:32 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.68.4 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.68.4. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.68.4) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e49bd96..d2fd4f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ requests==2.32.3 scikit-learn==1.5.2 seaborn==0.13.2 six==1.16.0 -tqdm==4.66.5 +tqdm==4.68.4 tzdata==2024.2 urllib3>=2.2.3 typer>=0.12.3