8000 chore(deps): update dependency grpcio to v1.42.0 by renovate-bot · Pull Request #7128 · GoogleCloudPlatform/python-docs-samples · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update dependency grpcio to v1.42.0 #7128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file 8000
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
grpcio==1.42.0
google-cloud-bigquery[pandas,pyarrow]==2.30.1
google-cloud-bigquery-storage==2.10.1
datalab==1.2.0
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ pandas==1.2.4; python_version > '3.6'
pandas-gbq==0.15.0; python_version > '3.6'
pandas-gbq==0.14.1; python_version < '3.7'
pyarrow==6.0.0
grpcio==1.41.1
grpcio==1.42.0
2 changes: 1 addition & 1 deletion media/transcoder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==2.31.0
grpcio==1.41.1
grpcio==1.42.0
google-cloud-video-transcoder==1.2.1
2 changes: 1 addition & 1 deletion opencensus/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grpcio==1.41.1
grpcio==1.42.0
opencensus-ext-stackdriver==0.8.0
opencensus==0.8.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Flask==1.1.4
opentelemetry-exporter-gcp-trace==1.0.0
opentelemetry-propagator-gcp==1.0.0
opentelemetry-instrumentation-flask==0.20b0
grpcio==1.41.1
grpcio==1.42.0
httpretty==1.1.4
google-cloud-monitoring==2.8.0
google-cloud-trace==0.24.0
2 changes: 1 addition & 1 deletion trace/cloud-trace-demo-app/app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Flask==1.1.4
opencensus-ext-stackdriver==0.8.0
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
opencensus-context==0.1.2
grpcio==1.41.1
grpcio==1.42.0
httpretty==1.1.4
0