Skip to content

Commit

Permalink
Update dependency cryptography to v2.9.2 (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and leahecole committed Apr 24, 2020
1 parent db83df1 commit 1107bee
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
requests==2.23.0
google-api-python-client==1.8.0
google-auth==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
flask==1.1.2
google-auth==1.14.1
gunicorn==20.0.4
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/codelabs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==2.9.1
cryptography==2.9.2
paho-mqtt==1.5.0
pyjwt==1.7.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,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
google-api-python-client==1.8.0
google-auth-httplib2==0.0.3
google-auth==1.14.0
Expand Down
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
Expand Up @@ -4,6 +4,6 @@ google-auth-httplib2==0.0.3
google-cloud-iot==1.0.0
google-cloud-pubsub==1.4.2
google-cloud-storage==1.26.0
cryptography==2.9.1
cryptography==2.9.2
paho-mqtt==1.5.0
pyjwt==1.7.1
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
google-api-python-client==1.8.0
google-auth-httplib2==0.0.3
google-auth==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/manager/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
flaky==3.6.1
google-api-python-client==1.8.0
google-auth-httplib2==0.0.3
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,4 +1,4 @@
cryptography==2.9.1
cryptography==2.9.2
google-api-python-client==1.8.0
google-auth-httplib2==0.0.3
google-auth==1.14.0
Expand Down
2 changes: 1 addition & 1 deletion kms/api-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-kms==1.4.0
cryptography==2.9.1
cryptography==2.9.2

0 comments on commit 1107bee

Please sign in to comment.