From 1419d92c0561f5033dcf6d0dd3fba8ffd2eec259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:02:56 +0000 Subject: [PATCH] Bump pyarrow from 6.0.1 to 10.0.1 Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.1 to 10.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...go/v10.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 0d4a03b8..85055f0e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -2,7 +2,7 @@ ipython==8.0.1 numpy==1.21.0 chispa==0.8.2 pandas==1.4.0 -pyarrow==6.0.1 +pyarrow==10.0.1 pyspark==3.1.2 python-dateutil==2.8.2 pytz==2020.1