Skip to content

Commit ee382ca

Browse files
chore(deps): bump pyarrow from 20.0.0 to 23.0.1 in /bigquery/bqml
Bumps [pyarrow](https://github.com/apache/arrow) from 20.0.0 to 23.0.1. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](apache/arrow@apache-arrow-20.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 ee382ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ google-cloud-bigquery-storage==2.27.0
33
pandas==2.0.3; python_version == '3.8'
44
pandas==2.2.3; python_version > '3.8'
55
pyarrow==17.0.0; python_version <= '3.8'
6-
pyarrow==20.0.0; python_version > '3.9'
6+
pyarrow==23.0.1; python_version > '3.9'
77
flaky==3.8.1
88
mock==5.1.0

0 commit comments

Comments
 (0)