Skip to content

Commit 4715a58

Browse files
renovate-botpartheadandhlee
authored
chore(deps): update dependency cryptography to v36.0.2 (GoogleCloudPlatform#7603)
Co-authored-by: Anthonios Partheniou Co-authored-by: Dan Lee <[email protected]>
1 parent d967a5a commit 4715a58

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==36.0.1
1+
cryptography==36.0.2
22
requests==2.27.1
33
google-api-python-client==2.41.0
44
google-auth==2.5.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==36.0.1
1+
cryptography==36.0.2
22
Flask==2.0.2
33
google-auth==2.5.0
44
gunicorn==20.1.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==36.0.1
1+
cryptography==36.0.2
22
paho-mqtt==1.5.1
33
pyjwt==2.3.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==36.0.1
1+
cryptography==36.0.2
22
google-api-python-client==2.41.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.5.0

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.4.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==36.0.1
8+
cryptography==36.0.2
99
paho-mqtt==1.5.1
1010
pyjwt==2.3.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==36.0.1
1+
cryptography==36.0.2
22
google-api-python-client==2.41.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.5.0

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==36.0.1
1+
cryptography==36.0.2
22
google-api-python-client==2.41.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.5.0

0 commit comments

Comments
 (0)