Skip to content

Commit 4051266

Browse files
chore(deps): bump pyarrow from 12.0.1 to 14.0.1 in /samples/snippets (#696)
* 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](apache/arrow@go/v12.0.1...apache-arrow-14.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update requirements.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lingqing Gan <[email protected]>
1 parent 914d1b1 commit 4051266

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/snippets/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ google-cloud-bigquery==3.11.4
33
pandas-gbq==0.19.2
44
pandas===1.3.5; python_version == '3.7'
55
pandas==2.0.3; python_version >= '3.8'
6-
pyarrow==12.0.1
6+
pyarrow==12.0.1; python_version == '3.7'
7+
pyarrow==14.0.1; python_version >= '3.8'

0 commit comments

Comments
 (0)