Skip to content

Commit

Permalink
[build] bump minimum pyarrow version
Browse files Browse the repository at this point in the history
A security vulnerability was published when PyArrow is used to read
Parquet files: https://www.cve.org/CVERecord?id=CVE-2023-47248.

14.0.1 contains the patch.
  • Loading branch information
anjakefala committed Nov 16, 2023
1 parent f62422b commit 3963464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ wcwidth # tabulate saver with unicode
zstandard # read .zst files
odfpy # odt (OpenDocument)
urllib3 # .zip over http
pyarrow # arrow arrows parquet (Apache Arrow)
pyarrow>=14.0.1 # arrow arrows parquet (Apache Arrow)
seaborn # plot via seaborn
matplotlib # svg saver
sh # ping
Expand Down

0 comments on commit 3963464

Please # to comment.