Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Fix: bump intel-sgx-ra to 2.2.1 and mse-lib-crypto to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
grydz committed Jun 19, 2024
1 parent eb268f5 commit 38bbb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 38bbb35

Please sign in to comment.