Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==45.0.1
cryptography>=46.0.7
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
requests==2.32.4
google-api-python-client==2.131.0
google-auth==2.38.0
Expand Down
2 changes: 1 addition & 1 deletion kms/attestations/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cryptography==45.0.1
cryptography>=46.0.7
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
pem==21.2.0; python_version < '3.8'
pem==23.1.0; python_version > '3.7'
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==3.11.0
cryptography==45.0.1
cryptography>=46.0.7
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
crcmod==1.7
jwcrypto==1.5.6
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==45.0.1
cryptography>=46.0.7
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
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==8.2.0
google-auth==2.38.0
cryptography==45.0.1
cryptography>=46.0.7
Comment thread
angelcaamal marked this conversation as resolved.
Outdated
backoff==2.2.1
Loading