From 323cfaf2d79c7d88119e5ed3968810195684fc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 02:52:07 +0000 Subject: [PATCH] chore(deps): bump python-pptx from 0.6.23 to 1.0.0 in /backend Bumps [python-pptx](https://github.com/scanny/python-pptx) from 0.6.23 to 1.0.0. - [Changelog](https://github.com/scanny/python-pptx/blob/master/HISTORY.rst) - [Commits](https://github.com/scanny/python-pptx/compare/v0.6.23...v1.0.0) --- updated-dependencies: - dependency-name: python-pptx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c22712abf..398b06ef3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -43,7 +43,7 @@ chromadb==0.5.4 sentence-transformers==3.0.1 pypdf==4.2.0 docx2txt==0.8 -python-pptx==0.6.23 +python-pptx==1.0.0 unstructured==0.15.0 Markdown==3.6 pypandoc==1.13