Skip to content

Commit

Permalink
chore(deps): update dependency cryptography to v40 (GoogleCloudPlatfo…
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 25, 2023
1 parent 0801bd4 commit 1ddbd74
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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==39.0.1
cryptography==40.0.0
paho-mqtt==1.6.1
pyjwt==2.6.0
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==39.0.1
cryptography==40.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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 @@ -5,6 +5,6 @@ google-cloud-iot==2.5.1
google-cloud-pubsub==2.9.0
google-cloud-storage==2.0.0; python_version < '3.7'
google-cloud-storage==2.1.0; python_version > '3.6'
cryptography==39.0.1
cryptography==40.0.0
paho-mqtt==1.6.1
pyjwt==2.6.0
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==39.0.1
cryptography==40.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
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==39.0.1
cryptography==40.0.0
google-api-python-client==2.47.0
google-auth-httplib2==0.1.0
google-auth==2.6.2
Expand Down
2 changes: 1 addition & 1 deletion kms/attestations/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==39.0.1
cryptography==40.0.0
pem==21.2.0
requests==2.28.1
2 changes: 1 addition & 1 deletion kms/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-kms==2.15.0
cryptography==39.0.1
cryptography==40.0.0
crcmod==1.7
2 changes: 1 addition & 1 deletion privateca/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.2.1
google-auth==2.16.1
cryptography==39.0.1
cryptography==40.0.0
backoff==2.2.1

0 comments on commit 1ddbd74

Please sign in to comment.