From a3ce2b2cea6e11bff90544714c31998acaaff78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 16:14:38 +0000 Subject: [PATCH] Bump pyarrow from 6.0.1 to 7.0.0 Bumps [pyarrow](https://github.com/apache/arrow) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...go/v7.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..093cc716 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==7.0.0 pyspark==3.1.2 python-dateutil==2.8.2 pytz==2020.1