Skip to content

Commit

Permalink
update google-auth part 3 (#3963)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored Jun 4, 2020
1 parent 5ce08b8 commit 3126b6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dataproc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.29.0
google-auth==1.16.0
google-auth==1.16.1
google-auth-httplib2==0.0.3
google-cloud==0.34.0
google-cloud-storage==1.28.1
Expand Down
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc-transcoding/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.29.0
grpcio-tools==1.29.0
google-auth==1.16.0
google-auth==1.16.1
six==1.15.0
2 changes: 1 addition & 1 deletion endpoints/bookstore-grpc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.29.0
grpcio-tools==1.29.0
google-auth==1.16.0
google-auth==1.16.1
six==1.15.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.9.1
google-auth==1.16.0
google-auth==1.16.1
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ gunicorn==20.0.4
six==1.15.0
pyyaml==5.3.1
requests==2.23.0
google-auth==1.16.0
google-auth==1.16.1
google-auth-oauthlib==0.4.1
2 changes: 1 addition & 1 deletion functions/composer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests_toolbelt==0.9.1
google-auth==1.16.0
google-auth==1.16.1

0 comments on commit 3126b6d

Please sign in to comment.