Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies = [
# Pins bumped 2026-04-26 to address Dependabot-flagged CVEs
# (torch CVE-2025-32434 critical; transformers CVE cluster).
"torch>=2.7",
"transformers>=4.55",
"transformers>=5.8.0",
"tokenizers>=0.21",
"numpy>=2.0",
"scipy>=1.14",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# MEDIUM: pytest CVE-2025-71176
# LOW: transformers CVE-2025-3777, torch CVE-2025-2953
torch>=2.7
transformers>=4.55
transformers>=5.8.0
tokenizers>=0.21
numpy>=2.1
scipy>=1.14
Expand Down
Loading