Skip to content

Commit

Permalink
update google-auth to 1.15.0 final part (#3819)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole authored May 19, 2020
1 parent 1fcf47c commit 4c9fb71
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion jobs/v3/api_client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion kubernetes_engine/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion language/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion ml_engine/online_prediction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tensorflow==2.0.1; python_version > "3.0"
tensorflow==1.15.0; python_version < "3.0"
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion monitoring/api/v3/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion storage/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3
2 changes: 1 addition & 1 deletion storage/signed_urls/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-storage==1.28.1
google-auth==1.14.3
google-auth==1.15.0
six==1.14.0
2 changes: 1 addition & 1 deletion storage/transfer_service/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.8.2
google-auth==1.14.3
google-auth==1.15.0
google-auth-httplib2==0.0.3

0 comments on commit 4c9fb71

Please sign in to comment.