Skip to content

Commit 9e53111

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency grpcio to v1.74.0 (#13548)
* chore(deps): update dependency grpcio to v1.74.0 * pin latest grpcio possible for py3.8 --------- Co-authored-by: Katie McLaughlin <[email protected]>
1 parent 11a4b64 commit 9e53111

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ google-cloud-bigquery-storage==2.27.0
33
pandas==2.0.3; python_version == '3.8'
44
pandas==2.2.3; python_version > '3.8'
55
pandas-gbq==0.24.0
6-
grpcio==1.69.0
6+
grpcio==1.70.0; python_version == '3.8'
7+
grpcio==1.74.0; python_version > '3.8'
78
pyarrow==17.0.0; python_version <= '3.8'
89
pyarrow==20.0.0; python_version > '3.9'

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.70.0
3+
grpcio==1.74.0
44
google-auth==2.38.0
55
google-auth-httplib2==0.2.0
66
google-cloud==0.34.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
grpcio==1.62.2
1+
grpcio==1.70.0; python_version == '3.8'
2+
grpcio==1.74.0; python_version > '3.8'
23
grpcio-tools==1.62.2

video/live-stream/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grpcio==1.62.1
1+
grpcio==1.74.0
22
google-cloud-video-live-stream==1.9.1

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.131.0
2-
grpcio==1.62.1
2+
grpcio==1.74.0
33
google-cloud-video-stitcher==0.7.14

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.131.0
2-
grpcio==1.62.1
2+
grpcio==1.74.0
33
google-cloud-video-transcoder==1.13.1

0 commit comments

Comments
 (0)