From a39e87160ffbf6514411300826b61b5569024f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:23:01 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.68.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.68.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.68.1) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.68.1 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 51354479..172f9bca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,6 +35,6 @@ sentence-transformers==3.1.1 spacy==3.7.6 textdistance==4.6.3 tiktoken==0.7.0 -tqdm==4.66.5 +tqdm==4.68.1 umap-learn==0.5.6 unstructured==0.15.13