From 15fcf6eb8ec6a97a347483a7c69af7901eb8624a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:27:59 +0000 Subject: [PATCH] chore(deps): bump pyarrow from 12.0.1 to 14.0.1 in /samples/snippets Bumps [pyarrow](https://github.com/apache/arrow) from 12.0.1 to 14.0.1. - [Commits](https://github.com/apache/arrow/compare/go/v12.0.1...go/v14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 3876d660..8980393d 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -3,5 +3,5 @@ google-cloud-bigquery==3.11.4 pandas-gbq==0.19.2 pandas===1.3.5; python_version == '3.7' pandas==2.0.3; python_version >= '3.8' -pyarrow==12.0.1; python_version == '3.7' +pyarrow==14.0.1; python_version == '3.7' pyarrow==14.0.1; python_version >= '3.8'