mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user