From a2d12c1097dfc4e6463f172781391830fdfdc9d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:57:39 +0000 Subject: [PATCH] Bump pyarrow from 0.13.0 to 0.15.1 in /sdks/python/container Bumps [pyarrow](https://github.com/apache/arrow) from 0.13.0 to 0.15.1. - [Release notes](https://github.com/apache/arrow/releases) - [Changelog](https://github.com/apache/arrow/blob/apache-arrow-0.15.1/CHANGELOG.md) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.13.0...apache-arrow-0.15.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sdks/python/container/base_image_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/python/container/base_image_requirements.txt b/sdks/python/container/base_image_requirements.txt index 275d05aefa..4766eb5442 100644 --- a/sdks/python/container/base_image_requirements.txt +++ b/sdks/python/container/base_image_requirements.txt @@ -36,7 +36,7 @@ httplib2==0.12.0 mock==2.0.0 oauth2client==3.0.0 protobuf==3.9.0 -pyarrow==0.13.0 +pyarrow==0.15.1 pydot==1.4.1 pytz==2019.1 pyvcf==0.6.8;python_version<"3.0"