Skip to content

Commit 97113b5

Browse files
chore(deps): update dependency pem to v23 (GoogleCloudPlatform#10276)
* chore(deps): update dependency pem to v23 * Update requirements.txt --------- Co-authored-by: Karl Weinmeister <[email protected]>
1 parent 5189f6f commit 97113b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kms/attestations/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cryptography==41.0.1
2-
pem==21.2.0
3-
requests==2.31.0
2+
pem==21.2.0; python_version < '3.8'
3+
pem==23.1.0; python_version > '3.7'
4+
requests==2.31.0

0 commit comments

Comments
 (0)