From 6890b195ebcfd89210dfbcdc8e85a3b0c533caab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:30:38 +0000 Subject: [PATCH] Bump umap-learn from 0.5.6 to 0.5.12 Bumps [umap-learn](https://github.com/lmcinnes/umap) from 0.5.6 to 0.5.12. - [Release notes](https://github.com/lmcinnes/umap/releases) - [Changelog](https://github.com/lmcinnes/umap/blob/master/doc/release_notes.rst) - [Commits](https://github.com/lmcinnes/umap/compare/release-0.5.6...release-0.5.12) --- updated-dependencies: - dependency-name: umap-learn dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch ... 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..4069d7dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,5 +36,5 @@ spacy==3.7.6 textdistance==4.6.3 tiktoken==0.7.0 tqdm==4.66.5 -umap-learn==0.5.6 +umap-learn==0.5.12 unstructured==0.15.13