From 41edddb1c2b314b70f72a02fe64f2845bce46fff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:44:48 +0000 Subject: [PATCH] Bump unstructured from 0.7.12 to 0.14.3 in /elastic/stream-lit-app Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.7.12 to 0.14.3. - [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/0.7.12...0.14.3) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- elastic/stream-lit-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elastic/stream-lit-app/requirements.txt b/elastic/stream-lit-app/requirements.txt index b0b8a1f..83a2365 100644 --- a/elastic/stream-lit-app/requirements.txt +++ b/elastic/stream-lit-app/requirements.txt @@ -113,7 +113,7 @@ tqdm==4.66.6 typing-inspect==0.9.0 typing_extensions==4.12.2 tzdata==2024.2 -unstructured==0.7.12 +unstructured==0.14.3 urllib3 watchdog==5.0.3 wcwidth==0.2.13