Skip to content

Commit

Permalink
update google-auth part 5 (#3966)
Browse files Browse the repository at this point in the history
  • Loading branch information
leahecole committed Jun 4, 2020
1 parent 22ec587 commit a541ca4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion iam/api-client/requirements.txt
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 iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cryptography==2.9.2
flask==1.1.2
google-auth==1.16.0
google-auth==1.16.1
gunicorn==20.0.4
requests==2.23.0
requests_toolbelt==0.9.1
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==2.9.2
google-api-python-client==1.9.1
google-auth-httplib2==0.0.3
google-auth==1.16.0
google-auth==1.16.1
google-cloud-pubsub==1.5.0
pyjwt==1.7.1
paho-mqtt==1.5.0
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-api-python-client==1.9.1
google-auth==1.16.0
google-auth==1.16.1
google-auth-httplib2==0.0.3
google-cloud-iot==1.0.0
google-cloud-pubsub==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==2.9.2
google-api-python-client==1.9.1
google-auth-httplib2==0.0.3
google-auth==1.16.0
google-auth==1.16.1
google-cloud-iot==1.0.0
google-cloud-pubsub==1.5.0
pyjwt==1.7.1
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cryptography==2.9.2
flaky==3.6.1
google-api-python-client==1.9.1
google-auth-httplib2==0.0.3
google-auth==1.16.0
google-auth==1.16.1
google-cloud-iot==1.0.0
google-cloud-pubsub==1.5.0
paho-mqtt==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cryptography==2.9.2
google-api-python-client==1.9.1
google-auth-httplib2==0.0.3
google-auth==1.16.0
google-auth==1.16.1
google-cloud-pubsub==1.5.0
google-cloud-iot==1.0.0
grpc-google-iam-v1==0.12.3
Expand Down

0 comments on commit a541ca4

Please sign in to comment.