Skip to content
Open
Changes from all commits
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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Issues = "https://github.com/thequantumfalcon/kry/issues"
# verify an AWS Nitro attestation's ECDSA-P384 signature + X.509 chain (the tee_attested
# tier). Without it, tee verification fails closed; the rest of KRY is unaffected.
[project.optional-dependencies]
dev = ["pytest==9.1.1", "ruff==0.16.0"]
dev = ["pytest==9.1.1", "ruff==0.16.1"]
tee = ["cryptography>=49.0.0"]
pqc = ["liboqs-python>=0.15.0"]

Expand Down