Fix CVE-2026-33123: Update pypdf to 6.9.1 (#13473)

Co-authored-by: OpenHands CVE Fix Bot <openhands@all-hands.dev>
This commit is contained in:
aivong-openhands
2026-03-19 10:05:30 -05:00
committed by GitHub
parent 0ec962e96b
commit 2d1e9fa35b
4 changed files with 13 additions and 13 deletions

View File

@@ -76,7 +76,7 @@ dependencies = [
"pygithub>=2.5",
"pyjwt>=2.12",
"pylatexenc",
"pypdf>=6.7.2",
"pypdf>=6.9.1",
"python-docx",
"python-dotenv",
"python-frontmatter>=1.1",
@@ -224,7 +224,7 @@ python-docx = "*"
bashlex = "^0.18"
# Explicitly pinned packages for latest versions
pypdf = "^6.7.2"
pypdf = "^6.9.1"
pillow = "^12.1.1"
starlette = "^0.49.1"
urllib3 = "^2.6.3"