Skip to content

Commit

Permalink
chore(deps): update dependency cryptography to v41.0.1 (#10220)
Browse files Browse the repository at this point in the history
Co-authored-by: meredithslota <meredithslota@google.com>
Co-authored-by: Holt Skinner <13262395+holtskinner@users.noreply.github.com>
  • Loading branch information
3 people committed Jun 15, 2023
1 parent 9b7c9ac commit 2837e68
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cloud-media-livestream/keypublisher/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==41.0.0
cryptography==41.0.1
Flask==2.2.2
functions-framework==3.1.0
google-cloud-secret-manager==2.12.1
Expand Down
2 changes: 1 addition & 1 deletion compute/encryption/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==41.0.0
cryptography==41.0.1
requests==2.31.0
google-api-python-client==2.87.0
google-auth==2.17.3
Expand Down
2 changes: 1 addition & 1 deletion iap/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==41.0.0
cryptography==41.0.1
Flask==2.1.0
google-auth==2.17.3
gunicorn==20.1.0
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/codelabs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==40.0.2
cryptography==41.0.1
paho-mqtt==1.6.1
pyjwt==2.7.0
2 changes: 1 addition & 1 deletion iot/api-client/end_to_end_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==40.0.2
cryptography==41.0.1
google-api-python-client==2.87.0
google-auth-httplib2==0.1.0
google-auth==2.17.3
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/gcs_file_to_device/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ google-auth==2.17.3
google-auth-httplib2==0.1.0
google-cloud-iot==2.5.1
google-cloud-pubsub==2.17.0
cryptography==41.0.1
google-cloud-storage==2.9.0; python_version < '3.7'
google-cloud-storage==2.9.0; python_version > '3.6'
cryptography==40.0.2
paho-mqtt==1.6.1
pyjwt==2.7.0
2 changes: 1 addition & 1 deletion iot/api-client/http_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==40.0.2
cryptography==41.0.1
google-api-python-client==2.87.0
google-auth-httplib2==0.1.0
google-auth==2.17.3
Expand Down
2 changes: 1 addition & 1 deletion iot/api-client/mqtt_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==40.0.2
cryptography==41.0.1
google-api-python-client==2.87.0
google-auth-httplib2==0.1.0
google-auth==2.17.3
Expand Down
2 changes: 1 addition & 1 deletion kms/attestations/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography==40.0.2
cryptography==41.0.1
pem==21.2.0
requests==2.31.0
2 changes: 1 addition & 1 deletion kms/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-kms==2.17.0
cryptography==40.0.2
cryptography==41.0.1
crcmod==1.7
jwcrypto==1.4.2
2 changes: 1 addition & 1 deletion media_cdn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
six==1.16.0
cryptography==41.0.0
cryptography==41.0.1
2 changes: 1 addition & 1 deletion privateca/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pytest==7.2.1
google-auth==2.17.3
cryptography==40.0.2
cryptography==41.0.1
backoff==2.2.1

0 comments on commit 2837e68

Please sign in to comment.