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 cli_bundle/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.3.0
rich==14.1.0
pyyaml==6.0.2
requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195)
pandas==2.3.2
pandas==2.3.3
numpy==2.2.6

# Reuse the repo-wide requirements; add CLI-only extras here if you need.
Expand Down
2 changes: 1 addition & 1 deletion docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.3.0
rich==14.1.0
pyyaml==6.0.2
requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195)
pandas==2.3.2
pandas==2.3.3
numpy==2.2.6

# Optional — enable as needed (uncomment to use)
Expand Down
Loading