From df7ad272335efea60f7e60c0de5eedc698836be5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:50:37 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.67.0 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.0. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.0) --- updated-dependencies: - dependency-name: tqdm 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 cb1fcb0c..b5624625 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.67.0 umap-learn==0.5.6 unstructured==0.15.13