From 51489aef3941f7e3da79d578131b4c7ba35d9b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:20:41 +0000 Subject: [PATCH] Bump unstructured from 0.7.12 to 0.10.18 Bumps [unstructured](https://github.com/Unstructured-IO/unstructured) from 0.7.12 to 0.10.18. - [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.10.18) --- 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 b41edb3..02a1aec 100644 --- a/all-in-one/requirements.txt +++ b/all-in-one/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 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 810b7d0..7dfcfb7 100644 --- a/news-summary/requirements.txt +++ b/news-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 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 4f9ae0a..82c8956 100644 --- a/url-summary/requirements.txt +++ b/url-summary/requirements.txt @@ -2,7 +2,7 @@ streamlit==1.24.0 langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 -unstructured==0.7.12 +unstructured==0.10.18 tabulate==0.9.0 pdf2image==1.16.3 pytesseract==0.3.10