Skip to content

Commit a9be186

Browse files
authored
chore(deps): update dependency cryptography to v36 (GoogleCloudPlatform#7146)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cryptography](https://togithub.com/pyca/cryptography) ([changelog](https://cryptography.io/en/latest/changelog/)) | `==35.0.0` -> `==36.0.0` | [![age](https://badges.renovateapi.com/packages/pypi/cryptography/36.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cryptography/36.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cryptography/36.0.0/compatibility-slim/35.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cryptography/36.0.0/confidence-slim/35.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pyca/cryptography</summary> ### [`v36.0.0`](https://togithub.com/pyca/cryptography/compare/35.0.0...36.0.0) [Compare Source](https://togithub.com/pyca/cryptography/compare/35.0.0...36.0.0) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- 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 ff545f2 commit a9be186

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==35.0.0
1+
cryptography==36.0.0
22
requests==2.26.0
33
google-api-python-client==2.31.0
44
google-auth==2.3.3

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==35.0.0
1+
cryptography==36.0.0
22
Flask==2.0.1
33
google-auth==2.3.3
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==35.0.0
1+
cryptography==36.0.0
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==35.0.0
1+
cryptography==36.0.0
22
google-api-python-client==2.31.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.3.3

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.1.0
44
google-cloud-iot==2.3.0
55
google-cloud-pubsub==2.9.0
66
google-cloud-storage==1.43.0
7-
cryptography==35.0.0
7+
cryptography==36.0.0
88
paho-mqtt==1.5.1
99
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==35.0.0
1+
cryptography==36.0.0
22
google-api-python-client==2.31.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.3.3

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==35.0.0
1+
cryptography==36.0.0
22
google-api-python-client==2.31.0
33
google-auth-httplib2==0.1.0
44
google-auth==2.3.3

0 commit comments

Comments
 (0)