Skip to content

Commit b580b7f

Browse files
chore(deps): update all dependencies (#920)
* chore(deps): update all dependencies * Update docs.yml * Update lint.yml * Update requirements.txt * Update requirements.txt --------- Co-authored-by: Lingqing Gan <[email protected]>
1 parent b30d9ee commit b580b7f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
fastavro
2-
google-cloud-bigquery-storage==2.29.1
2+
google-cloud-bigquery-storage==2.30.0
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
google-cloud-bigquery-storage==2.29.1
2-
google-cloud-bigquery==3.30.0
1+
google-cloud-bigquery-storage==2.30.0
2+
google-cloud-bigquery==3.30.0; python_version <= '3.8'
3+
google-cloud-bigquery==3.31.0; python_version >= '3.9'

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
google-auth==2.38.0
2-
google-cloud-bigquery-storage==2.29.1
3-
google-cloud-bigquery==3.30.0
2+
google-cloud-bigquery-storage==2.30.0
3+
google-cloud-bigquery==3.30.0; python_version <= '3.8'
4+
google-cloud-bigquery==3.31.0; python_version >= '3.9'
45
pyarrow===12.0.1; python_version == '3.7'
56
pyarrow===17.0.0; python_version == '3.8'
67
pyarrow==19.0.1; python_version >= '3.9'

0 commit comments

Comments
 (0)