From a9b47c8354b43c6050f31fe5a64be76b3d8989c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 12:35:31 +0000 Subject: [PATCH] chore(deps-dev): bump unstructured from 0.18.14 to 0.18.32 in /backend Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.18.14 to 0.18.32. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/unstructured_0.18.14...0.18.32) --- updated-dependencies: - dependency-name: unstructured dependency-version: 0.18.32 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c8e6c5370..cd46bff5a 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -29,7 +29,7 @@ data-process = [ "celery>=5.3.6", "flower>=2.0.1", "nest_asyncio>=1.5.6", - "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14", + "unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.32", "huggingface_hub>=0.19.0,<0.21.0" ] test = [