From a226ca2c18b75232099f628246b3ae2158e97cb2 Mon Sep 17 00:00:00 2001 From: Gustavo Cid Ornelas Date: Fri, 15 Nov 2024 09:31:24 -0300 Subject: [PATCH] fix: update to pyarrow==14.0.1 to avoid dependabot issues --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b4a774a..61e0c9c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "sniffio", "cached-property; python_version < '3.8'", "pandas; python_version >= '3.7'", - "pyarrow==11.0.0", + "pyarrow==14.0.1", "pyyaml>=6.0", "requests_toolbelt>=1.0.0", ]