From ccf5bd149271b16b4aa2a90d1d98ad69591bbce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 15:38:05 +0000 Subject: [PATCH] chore(deps): bump unstructured from 0.15.5 to 0.15.7 in /backend Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.15.5 to 0.15.7. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/0.15.7/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.15.5...0.15.7) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 04b326191..335fdc69c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -44,7 +44,7 @@ sentence-transformers==3.0.1 pypdf==4.3.1 docx2txt==0.8 python-pptx==1.0.0 -unstructured==0.15.5 +unstructured==0.15.7 Markdown==3.6 pypandoc==1.13 pandas==2.2.2