Skip to content

Commit a697c78

Browse files
chore(deps): update dependency google-cloud-bigquery to v2.30.1 (GoogleCloudPlatform#7020)
* chore(deps): update dependency google-cloud-bigquery to v2.30.1 * revert peopel and planet because of GoogleCloudPlatform#7035 * revert appengine to see if it's causing tests to hang * re-add appengine - it wasn't the problem * bump up bq-storage Co-authored-by: Leah Cole Co-authored-by: Leah E. Cole <[email protected]>
1 parent 6478733 commit a697c78

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==2.29.0
1+
google-cloud-bigquery==2.30.1
22
Flask==2.0.1

bigquery/bqml/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery[pandas,bqstorage]==2.29.0
2-
google-cloud-bigquery-storage==2.9.1
1+
google-cloud-bigquery[pandas,bqstorage]==2.30.1
2+
google-cloud-bigquery-storage==2.10.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pyarrow==6.0.0

bigquery/datalab-migration/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.41.1
2-
google-cloud-bigquery[pandas,pyarrow]==2.29.0
3-
google-cloud-bigquery-storage==2.9.1
2+
google-cloud-bigquery[pandas,pyarrow]==2.30.1
3+
google-cloud-bigquery-storage==2.10.0
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'
66
ipython==7.16.1; python_version < '3.7'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
google-cloud-bigquery==2.29.0
2-
google-cloud-bigquery-storage==2.9.1
1+
google-cloud-bigquery==2.30.1
2+
google-cloud-bigquery-storage==2.10.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'

data-science-onramp/data-ingestion/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#google-auth-httplib2==0.0.3
44
google-cloud-storage==1.42.2
55
google-cloud-dataproc==3.1.1
6-
google-cloud-bigquery==2.29.0
6+
google-cloud-bigquery==2.30.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==6.2.4
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.2.0; python_version > '3.6'
4-
google-cloud-bigquery==2.29.0
4+
google-cloud-bigquery==2.30.1
55
pyarrow==6.0.0

notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.42.2
2-
google-cloud-bigquery[pandas,pyarrow]==2.29.0
2+
google-cloud-bigquery[pandas,pyarrow]==2.30.1
33
matplotlib==3.1.2; python_version > '3.0'
44
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)