Skip to content

Commit 122e3bf

Browse files
authored
chore(deps): update dependency grpcio to v1.56.0 (GoogleCloudPlatform#10363)
1 parent a39b9a5 commit 122e3bf

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.2
1+
grpcio==1.56.0
22
google-cloud-bigquery[pandas,pyarrow]==3.11.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.2; 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.2
9+
grpcio==1.56.0
1010
pyarrow==12.0.1; 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.2
3+
grpcio==1.56.0
44
google-auth==2.19.1
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.2
1+
grpcio==1.56.0
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.11.2

video/stitcher/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.88.0
2-
grpcio==1.54.2
2+
grpcio==1.56.0
33
google-cloud-video-stitcher==0.7.2

video/transcoder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==2.88.0
2-
grpcio==1.54.2
2+
grpcio==1.56.0
33
google-cloud-video-transcoder==1.9.0

0 commit comments

Comments
 (0)