Skip to content

Commit 3f535ad

Browse files
renovate-botbusunkim96leahecolecrwilcox
authored
chore(deps): update dependency google-cloud-bigquery to v1.24.0 (#3049)
* chore(deps): update dependency google-cloud-bigquery to v1.24.0 * chore(deps): update ipython version * fix: fix requirements order * explicitly add grpc to resolve errors * adjust arguments * undo mistake * bump auth version Co-authored-by: Bu Sun Kim <[email protected]> Co-authored-by: Leah Cole <[email protected]> Co-authored-by: Leah E. Cole <[email protected]> Co-authored-by: Christopher Wilcox <[email protected]>
1 parent 5476fe8 commit 3f535ad

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==1.23.1
1+
google-cloud-bigquery==1.24.0
22
Flask==1.1.2

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pandas==1.0.3
2-
google-cloud-bigquery==1.23.1
2+
google-cloud-bigquery==1.24.0
33
flaky==3.6.1
44
mock==4.0.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery[pandas]==1.20.0
2-
google-auth-oauthlib==0.4.0
1+
google-cloud-bigquery[pandas]==1.24.0
2+
google-auth-oauthlib==0.4.1
33
ipython==7.13.0
44
matplotlib==3.2.1
55
pytz==2019.3
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
google-cloud-bigquery==1.23.1
1+
google-cloud-bigquery==1.24.0
22
google-cloud-bigquery-storage==0.8.0
33
pandas==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
55
pandas-gbq==0.13.1
66
pyarrow==0.15.1
7+
grpcio==1.27.2

bigquery_storage/to_dataframe/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
google-auth==1.14.0
22
google-cloud-bigquery-storage==0.8.0
3-
google-cloud-bigquery==1.23.1
3+
google-cloud-bigquery==1.24.0
44
pyarrow==0.15.1
55
ipython==7.10.2; python_version > '3.0'
66
ipython==5.9.0; python_version < '3.0'

notebooks/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.26.0
2-
google-cloud-bigquery[pandas,pyarrow]==1.23.1
2+
google-cloud-bigquery[pandas,pyarrow]==1.24.0
33
matplotlib==3.1.2; python_version > '3.0'
4-
matplotlib==2.2.5; python_version < '3.0'
4+
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)