Skip to content

Commit 1ddbd74

Browse files
authored
chore(deps): update dependency cryptography to v40 (GoogleCloudPlatform#9338)
1 parent 0801bd4 commit 1ddbd74

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==39.0.1
1+
cryptography==40.0.0
22
paho-mqtt==1.6.1
33
pyjwt==2.6.0

iot/api-client/end_to_end_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==39.0.1
1+
cryptography==40.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ google-cloud-iot==2.5.1
55
google-cloud-pubsub==2.9.0
66
google-cloud-storage==2.0.0; python_version < '3.7'
77
google-cloud-storage==2.1.0; python_version > '3.6'
8-
cryptography==39.0.1
8+
cryptography==40.0.0
99
paho-mqtt==1.6.1
1010
pyjwt==2.6.0

iot/api-client/http_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==39.0.1
1+
cryptography==40.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

iot/api-client/mqtt_example/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==39.0.1
1+
cryptography==40.0.0
22
google-api-python-client==2.47.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.6.2

kms/attestations/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==39.0.1
1+
cryptography==40.0.0
22
pem==21.2.0
33
requests==2.28.1

kms/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-kms==2.15.0
2-
cryptography==39.0.1
2+
cryptography==40.0.0
33
crcmod==1.7
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==7.2.1
22
google-auth==2.16.1
3-
cryptography==39.0.1
3+
cryptography==40.0.0
44
backoff==2.2.1

0 commit comments

Comments
 (0)