Skip to content

Commit 9995972

Browse files
committed
chore(deps): update dependency grpcio to v1.54.2
1 parent e9021a7 commit 9995972

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.54.0
1+
grpcio==1.54.2
22
google-cloud-bigquery[pandas,pyarrow]==3.10.0
33
# datalab has outdated dependencies that require google-api-core < 2
44
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pandas==2.0.1; python_version > '3.7'
66
pandas-gbq==0.19.1; python_version > '3.6'
77
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
88
pandas-gbq==0.14.1; python_version < '3.7'
9-
grpcio==1.54.0
9+
grpcio==1.54.2
1010
pyarrow==12.0.0; python_version > '3.6'
1111
# pyarrow==6.0.1 is the latest compatible version for pandas-gbq 0.14.1
1212
pyarrow==6.0.1; python_version < '3.7'

dataproc/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
backoff==2.2.1
3-
grpcio==1.54.0
3+
grpcio==1.54.2
44
google-auth==2.17.3
55
google-auth-httplib2==0.1.0
66
google-cloud==0.34.0

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.54.0
1+
grpcio==1.54.2
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.11.2

0 commit comments

Comments
 (0)