From debe3c752fb5ceea3dcaa3b3a76e7fa21fe4a309 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Mon, 16 Jun 2025 12:39:42 +0400 Subject: [PATCH] chore: python-pptx bump --- backend/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9b9020766..7f7bf82fe 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -66,7 +66,7 @@ pypdf==4.3.1 fpdf2==2.8.2 pymdown-extensions==10.14.2 docx2txt==0.8 -python-pptx==1.0.0 +python-pptx==1.0.2 unstructured==0.16.17 nltk==3.9.1 Markdown==3.7 diff --git a/pyproject.toml b/pyproject.toml index 35462692b..9a964a8c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "fpdf2==2.8.2", "pymdown-extensions==10.14.2", "docx2txt==0.8", - "python-pptx==1.0.0", + "python-pptx==1.0.2", "unstructured==0.16.17", "nltk==3.9.1", "Markdown==3.7",