Skip to content

Commit 7089b5a

Browse files
renovate-botTakashi Matsuo
andauthored
chore(deps): update dependency google-cloud-bigquery to v1.27.2 (GoogleCloudPlatform#4558)
* chore(deps): update dependency google-cloud-bigquery to v1.27.2 * fix merge errors * fix dependency Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
1 parent 4e21a2a commit 7089b5a

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
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.25.0
1+
google-cloud-bigquery==1.27.2
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.1.2
2-
google-cloud-bigquery==1.25.0
2+
google-cloud-bigquery==1.27.2
33
flaky==3.7.0
44
mock==4.0.2
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
grpcio==1.32.0
2-
google-cloud-bigquery[pandas,pyarrow]==1.25.0
2+
google-cloud-bigquery[pandas,pyarrow]==1.27.2
3+
google-cloud-bigquery-storage==1.1.0
34
datalab==1.2.0
45
ipython==7.13.0; python_version > "2.7"
56
ipython<=5.5; python_version == "2.7"
67
google-cloud-monitoring==1.1.0
8+
pyarrow==1.0.1

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery==1.25.0
1+
google-cloud-bigquery==1.27.2
22
google-cloud-bigquery-storage==1.1.0
33
pandas==0.25.3; python_version > '3.0'
44
pandas==0.24.2; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==6.0.1
22
pandas==1.1.2
3-
google-cloud-bigquery==1.26.1
3+
google-cloud-bigquery==1.27.2
44
pyarrow==1.0.1

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.31.0
55
google-cloud-dataproc==2.0.1
6-
google-cloud-bigquery==1.25.0
6+
google-cloud-bigquery==1.27.2

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.31.0
2-
google-cloud-bigquery[pandas,pyarrow]==1.25.0
2+
google-cloud-bigquery[pandas,pyarrow]==1.27.2
33
matplotlib==3.1.2; python_version > '3.0'
44
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)