8000 chore(deps): update dependency cryptography to v39.0.1 (#9092) · apilaskowski/python-docs-samples@333e4c3 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 333e4c3

Browse files
authored
chore(deps): update dependency cryptography to v39.0.1 (GoogleCloudPlatform#9092)
[![Mend 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/)) | `==39.0.0` -> `==39.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/cryptography/39.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/cryptography/39.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/cryptography/39.0.1/compatibility-slim/39.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/cryptography/39.0.1/confidence-slim/39.0.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>pyca/cryptography</summary> ### [`v39.0.1`](https://togithub.com/pyca/cryptography/compare/39.0.0...39.0.1) [Compare Source](https://togithub.com/pyca/cryptography/compare/39.0.0...39.0.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTQuMCIsInVwZGF0ZWRJblZlciI6IjM0LjExNC4wIn0=-->
1 parent 91b9ece commit 333e4c3

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.0
1+
cryptography==39.0.1
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.0
1+
cryptography==39.0.1
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.0
8+
cryptography==39.0.1
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.0
1+
cryptography==39.0.1
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.0
1+
cryptography==39.0.1
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.0
1+
cryptography==39.0.1
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.13.0
2-
cryptography==39.0.0
2+
cryptography==39.0.1
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.0
3-
cryptography==39.0.0
3+
cryptography==39.0.1
44
backoff==2.2.1

0 commit comments

Comments
 (0)
0