From 230a9c9c52ab4f16661c1f5aab823fec639cdcdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:31:21 +0000 Subject: [PATCH] Bump unstructured from 0.10.4 to 0.11.2 Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.10.4 to 0.11.2. - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/0.11.2/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.10.4...0.11.2) --- updated-dependencies: - dependency-name: unstructured dependency-type: direct:production update-type: version-update:semver-minor ... 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..e011b29 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.11.2 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..8029edf 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.11.2 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..6b8f006 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.11.2 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10