Skip to content

Commit c90da02

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

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
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.30.0
2+
google-cloud-bigquery-storage==2.31.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.6.0
1+
google-cloud-testutils==1.6.2
22
pytest===7.4.3; python_version == '3.7'
33
pytest==8.3.5; python_version >= '3.8'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-bigquery-storage==2.30.0
2-
google-cloud-bigquery==3.30.0; python_version <= '3.8'
1+
google-cloud-bigquery-storage==2.31.0
2+
google-cloud-bigquery===3.30.0; python_version <= '3.8'
33
google-cloud-bigquery==3.31.0; python_version >= '3.9'

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
google-auth==2.38.0
2-
google-cloud-bigquery-storage==2.30.0
3-
google-cloud-bigquery==3.30.0; python_version <= '3.8'
1+
google-auth==2.39.0
2+
google-cloud-bigquery-storage==2.31.0
3+
google-cloud-bigquery===3.30.0; python_version <= '3.8'
44
google-cloud-bigquery==3.31.0; python_version >= '3.9'
55
pyarrow===12.0.1; python_version == '3.7'
66
pyarrow===17.0.0; python_version == '3.8'
7-
pyarrow==19.0.1; python_version >= '3.9'
7+
pyarrow==20.0.0; 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'
1111
ipython===8.33.0; python_version == '3.10'
12-
ipython==9.0.2; python_version >= '3.11'
13-
ipywidgets==8.1.5
12+
ipython==9.2.0; python_version >= '3.11'
13+
ipywidgets==8.1.7
1414
pandas===1.3.5; python_version == '3.7'
1515
pandas===2.0.3; python_version == '3.8'
1616
pandas==2.2.3; python_version >= '3.9'

0 commit comments

Comments
 (0)