Skip to content

Commit

Permalink
Merge pull request #599 from kommendorkapten/bump_crypto
Browse files Browse the repository at this point in the history
Bumped cryptography dep to 40 as it's requried
  • Loading branch information
jku committed Jun 9, 2023
2 parents c1b7c26 + 59fcaf5 commit 63dbf1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ Source = "https://github.com/secure-systems-lab/securesystemslib"
Issues = "https://github.com/secure-systems-lab/securesystemslib/issues"

[project.optional-dependencies]
crypto = ["cryptography>=37.0.0"]
gcpkms = ["google-cloud-kms", "cryptography>=37.0.0"]
azurekms = ["azure-identity", "azure-keyvault-keys", "cryptography>=37.0.0"]
hsm = ["asn1crypto", "cryptography>=37.0.0", "PyKCS11"]
crypto = ["cryptography>=40.0.0"]
gcpkms = ["google-cloud-kms", "cryptography>=40.0.0"]
azurekms = ["azure-identity", "azure-keyvault-keys", "cryptography>=40.0.0"]
hsm = ["asn1crypto", "cryptography>=40.0.0", "PyKCS11"]
pynacl = ["pynacl>1.2.0"]
PySPX = ["PySPX>=0.5.0"]
sigstore = ["sigstore==1.1.2"]
Expand Down

0 comments on commit 63dbf1b

Please sign in to comment.