From dce52f33c0b3ac5643589cd6bb4f08f99354f410 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:31:40 +0100 Subject: [PATCH] chore: small dep bump (#19972) * Update requirements.txt * Update pyproject.toml --- backend/requirements.txt | 6 +++--- pyproject.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2c88633a9d..355506364c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -61,9 +61,9 @@ einops==0.8.1 ftfy==6.3.1 chardet==5.2.0 -pypdf==6.4.1 +pypdf==6.4.2 fpdf2==2.8.5 -pymdown-extensions==10.19 +pymdown-extensions==10.19.1 docx2txt==0.9 python-pptx==1.0.2 unstructured==0.18.21 @@ -137,7 +137,7 @@ pytest-docker~=3.2.5 ldap3==2.9.1 ## Firecrawl -firecrawl-py==4.10.5 +firecrawl-py==4.11.0 ## Trace opentelemetry-api==1.39.1 diff --git a/pyproject.toml b/pyproject.toml index 0bbf6f9204..be6d7ff1c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,9 +69,9 @@ dependencies = [ "ftfy==6.3.1", "chardet==5.2.0", - "pypdf==6.4.1", + "pypdf==6.4.2", "fpdf2==2.8.5", - "pymdown-extensions==10.19", + "pymdown-extensions==10.19.1", "docx2txt==0.9", "python-pptx==1.0.2", "unstructured==0.18.21", @@ -155,7 +155,7 @@ all = [ "oracledb==3.4.1", "colbert-ai==0.2.22", - "firecrawl-py==4.10.5", + "firecrawl-py==4.11.0", "azure-search-documents==11.6.0", ]