Skip to content

Commit a922d11

Browse files
chore(deps): bump pyarrow in /bigquery_storage/to_dataframe
Bumps [pyarrow](https://github.com/apache/arrow) from 21.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-21.0.0...apache-arrow-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b419024 commit a922d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.35.1; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==21.0.0; python_version >= '3.9'
7+
pyarrow==23.0.1; python_version >= '3.9'
88
ipython===7.31.1; python_version == '3.7'
99
ipython===8.10.0; python_version == '3.8'
1010
ipython===8.18.1; python_version == '3.9'

0 commit comments

Comments
 (0)