chore: dep bump pypdf to ver 6.4.0 (#19508)

* Update pyproject.toml

* Update requirements.txt
This commit is contained in:
Classic298 2025-11-26 22:41:12 +01:00 committed by GitHub
parent 4370dee79e
commit 9fca4969db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ einops==0.8.1
ftfy==6.2.3 ftfy==6.2.3
chardet==5.2.0 chardet==5.2.0
pypdf==6.0.0 pypdf==6.4.0
fpdf2==2.8.2 fpdf2==2.8.2
pymdown-extensions==10.14.2 pymdown-extensions==10.14.2
docx2txt==0.8 docx2txt==0.8

View file

@ -68,7 +68,7 @@ dependencies = [
"ftfy==6.2.3", "ftfy==6.2.3",
"chardet==5.2.0", "chardet==5.2.0",
"pypdf==6.0.0", "pypdf==6.4.0",
"fpdf2==2.8.2", "fpdf2==2.8.2",
"pymdown-extensions==10.14.2", "pymdown-extensions==10.14.2",
"docx2txt==0.8", "docx2txt==0.8",