From abbeebe5d3ee44f13acab68ddb3114dd658846f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 22:11:54 +0000 Subject: [PATCH] Bump unstructured from 0.10.4 to 0.10.19 Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.10.4 to 0.10.19. - [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.10.4...0.10.19) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- all-in-one/requirements.txt | 2 +- news-summary/requirements.txt | 2 +- url-summary/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/all-in-one/requirements.txt b/all-in-one/requirements.txt index 6b1e80c..d13ebdb 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.26.0 langchain==0.0.279 openai==0.28.0 tiktoken==0.4.0 -unstructured==0.10.12 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/news-summary/requirements.txt b/news-summary/requirements.txt index 78528ba..4a71253 100644 --- a/news-summary/requirements.txt +++ b/news-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.25.0 langchain==0.0.268 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.10.4 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10 diff --git a/url-summary/requirements.txt b/url-summary/requirements.txt index 20ab334..8c2a892 100644 --- a/url-summary/requirements.txt +++ b/url-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.26.0 langchain==0.0.279 openai==0.28.0 tiktoken==0.4.0 -unstructured==0.10.12 +unstructured==0.10.19 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10