Skip to content

Commit 06edf50

Browse files
authored
chore(deps): update dependency cryptography to v3.2.1 (GoogleCloudPlatform#4908)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cryptography](https://togithub.com/pyca/cryptography) | minor | `==3.1.1` -> `==3.2.1` | --- ### Release Notes <details> <summary>pyca/cryptography</summary> ### [`v3.2.1`](https://togithub.com/pyca/cryptography/compare/3.2...3.2.1) [Compare Source](https://togithub.com/pyca/cryptography/compare/3.2...3.2.1) ### [`v3.2`](https://togithub.com/pyca/cryptography/compare/3.1.1...3.2) [Compare Source](https://togithub.com/pyca/cryptography/compare/3.1.1...3.2) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent 092a1d4 commit 06edf50

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==3.1.1
1+
cryptography==3.2.1
22
requests==2.24.0
33
google-api-python-client==1.12.5
44
google-auth==1.22.1

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==3.1.1
1+
cryptography==3.2.1
22
flask==1.1.2
33
google-auth==1.22.1
44
gunicorn==20.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cryptography==3.1.1
1+
cryptography==3.2.1
22
paho-mqtt==1.5.1
33
pyjwt==1.7.1

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==3.1.1
1+
cryptography==3.2.1
22
google-api-python-client==1.12.5
33
google-auth-httplib2==0.0.4
44
google-auth==1.22.1

iot/api-client/gcs_file_to_device/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ google-auth-httplib2==0.0.4
44
google-cloud-iot==2.0.1
55
google-cloud-pubsub==1.7.0
66
google-cloud-storage==1.32.0
7-
cryptography==3.1.1
7+
cryptography==3.2.1
88
paho-mqtt==1.5.1
99
pyjwt==1.7.1

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==3.1.1
1+
cryptography==3.2.1
22
google-api-python-client==1.12.5
33
google-auth-httplib2==0.0.4
44
google-auth==1.22.1

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==3.1.1
1+
cryptography==3.2.1
22
google-api-python-client==1.12.5
33
google-auth-httplib2==0.0.4
44
google-auth==1.22.1

0 commit comments

Comments
 (0)