From 396346433bba0b117a6d79fc2df7c808aaa9dc25 Mon Sep 17 00:00:00 2001 From: anjakefala Date: Thu, 16 Nov 2023 09:03:59 -0800 Subject: [PATCH] [build] bump minimum pyarrow version 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. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94338ebc8..a17f84866 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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