From 3378207e855a550eb457a1b1d2af11fd6175dc3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 00:48:58 +0000 Subject: [PATCH] Bump tqdm from 4.66.5 to 4.67.1 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.5 to 4.67.1. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.1) --- 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..34f0271b 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.1 umap-learn==0.5.6 unstructured==0.15.13