Fix CVE-2026-27026: Update pypdf to at least 6.7.1 (#13025)

Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
This commit is contained in:
aivong-openhands
2026-02-24 15:25:06 -06:00
committed by GitHub
parent 951739f3eb
commit a0dba6124a
3 changed files with 11 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ dependencies = [
"pygithub>=2.5",
"pyjwt>=2.9",
"pylatexenc",
"pypdf>=6",
"pypdf>=6.7.1",
"python-docx",
"python-dotenv",
"python-frontmatter>=1.1",
@@ -219,7 +219,7 @@ python-docx = "*"
bashlex = "^0.18"
# Explicitly pinned packages for latest versions
pypdf = "^6.0.0"
pypdf = "^6.7.1"
pillow = "^11.3.0"
starlette = "^0.49.1"
urllib3 = "^2.6.3"