From 38bbb35d5acab145a58d9859d8c1ca12e3a694f0 Mon Sep 17 00:00:00 2001 From: grydz Date: Wed, 19 Jun 2024 18:04:32 +0400 Subject: [PATCH] Fix: bump intel-sgx-ra to 2.2.1 and mse-lib-crypto to 1.4 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4b8b238..a018f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,9 +21,9 @@ classifiers = [ dependencies = [ "cryptography>=42.0.5,<43.0.0", "docker>=7.1.0,<8.0.0", - "intel-sgx-ra>=2.0.1,<3.0", + "intel-sgx-ra>=2.2.1,<3.0", "jinja2>=3.0,<3.1", - "mse-lib-crypto>=1.3,<1.4", + "mse-lib-crypto>=1.4,<2.0", "pydantic>=1.10.2,<2.0.0", "pyjwt>=2.6.0,<2.7.0", "requests>=2.31.0,<3.0.0",