Bump pyarrow to 0.15.1 due to CVE (#8583)

This commit is contained in:
Rob DiCiuccio
2019-11-15 17:08:23 +00:00
committed by Maxime Beauchemin
parent 4290f79640
commit fc12e53ff5
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ setup(
"python-dateutil",
"python-dotenv",
"python-geohash",
"pyarrow>=0.14.1, <0.15.0",
"pyarrow>=0.15.1, <0.16.0",
"pyyaml>=5.1",
"retry>=0.9.2",
"selenium>=3.141.0",