From 59fcaf5a26f7f2430ab3b3777b4f5b03dcf2176a Mon Sep 17 00:00:00 2001 From: Fredrik Skogman Date: Thu, 8 Jun 2023 13:06:23 +0200 Subject: [PATCH] Bumped cryptography dep to 40 as it's requried Signed-off-by: Fredrik Skogman --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index edc55255..6f35e62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]