Skip to content

Commit 5cb65f3

Browse files
committed
build(deps): bump cryptography to 50.0.1 in requirements
Updates the cryptography dependency to version 50.0.1 across multiple examples to resolve Dependabot alerts. Note: The dataflow/flex-templates example was excluded from this update because released versions of apache-beam (up to 2.76.0) restrict cryptography to <49.0.0. This can be updated once the pending apache-beam release that supports cryptography <51.0.0 is published.
1 parent 6b2c088 commit 5cb65f3

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

compute/encryption/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==48.0.1
1+
cryptography==50.0.1
22
requests==2.34.2
33
google-api-python-client==2.131.0
44
google-auth==2.38.0

iap/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==48.0.1
1+
cryptography==50.0.1
22
Flask==3.1.3; python_version >= '3.9'
33
google-auth==2.38.0
44
gunicorn==23.0.0

kms/attestations/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cryptography==48.0.1
1+
cryptography==50.0.1
22
pem==23.1.0; python_version < '3.8'
33
pem==23.1.0; python_version > '3.7'
44
requests==2.34.2

kms/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-kms==3.11.0
2-
cryptography==48.0.1
2+
cryptography==50.0.1
33
crcmod==1.7
44
jwcrypto==1.5.8

media_cdn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
six==1.16.0
2-
cryptography==48.0.1
2+
cryptography==50.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pytest==9.0.3
22
google-auth==2.38.0
3-
cryptography==48.0.1
3+
cryptography==50.0.1
44
backoff==2.2.1

0 commit comments

Comments
 (0)