From c62a1c817e0b94969f569052c7be2979e49d4c80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 16:20:16 +0000 Subject: [PATCH] Bump pyarrow from 6.0.1 to 9.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.1 to 9.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...go/v9.0.0) --- 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..2d6ac7ba 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==9.0.0 pyspark==3.1.2 python-dateutil==2.8.2 pytz==2020.1