Skip to content

Commit dd85f51

Browse files
committed
pyproject: Don't overrequire cryptography
Revert the version changes that are not 100% needed to avoid unnecessary changes in pyproject.toml Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent fe52383 commit dd85f51

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Issues = "https://github.com/secure-systems-lab/securesystemslib/issues"
4747
crypto = ["cryptography>=48.0.0"]
4848
gcpkms = ["google-cloud-kms", "cryptography>=48.0.0"]
4949
azurekms = ["azure-identity", "azure-keyvault-keys", "cryptography>=40.0.0"]
50-
awskms = ["boto3", "botocore", "cryptography>=48.0.0"]
51-
hsm = ["asn1crypto", "cryptography>=48.0.0", "PyKCS11"]
50+
awskms = ["boto3", "botocore", "cryptography>=40.0.0"]
51+
hsm = ["asn1crypto", "cryptography>=40.0.0", "PyKCS11"]
5252
PySPX = ["PySPX>=0.5.0"]
5353
sigstore = ["sigstore>=4,<5"]
54-
vault = ["hvac", "cryptography>=48.0.0"]
54+
vault = ["hvac", "cryptography>=40.0.0"]
5555

5656
[tool.hatch.version]
5757
path = "securesystemslib/__init__.py"

0 commit comments

Comments
 (0)