Skip to content

Commit 4a7e9f2

Browse files
committed
Bump PyArrow version
* set minimum to 14.0.1 to fix CVE-2023-47248
1 parent e368574 commit 4a7e9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
multimethod >= 1.0, < 2.0
22
neo4j >= 4.4.2, < 6.0
33
pandas >= 1.0, < 3.0
4-
pyarrow >= 11.0, < 16.0
4+
pyarrow >= 14.0.1, < 17.0
55
textdistance >= 4.0, < 5.0
66
tqdm >= 4.0, < 5.0
77
typing-extensions >= 4.0, < 5.0

0 commit comments

Comments
 (0)