diff --git a/backend/requirements.txt b/backend/requirements.txt index 499eae36dec..7ddbab5483b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -62,7 +62,7 @@ einops==0.8.1 ftfy==6.2.3 pypdf==4.3.1 fpdf2==2.8.2 -pymdown-extensions==10.14.2 +pymdown-extensions==10.16.1 docx2txt==0.8 python-pptx==1.0.0 unstructured==0.16.17 diff --git a/pyproject.toml b/pyproject.toml index 52260e45e22..ed9622fecf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "ftfy==6.2.3", "pypdf==4.3.1", "fpdf2==2.8.2", - "pymdown-extensions==10.14.2", + "pymdown-extensions==10.16.1", "docx2txt==0.8", "python-pptx==1.0.0", "unstructured==0.16.17",