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