diff --git a/integrations/comply54/pyproject.toml b/integrations/comply54/pyproject.toml index bf010fa..ade3b09 100644 --- a/integrations/comply54/pyproject.toml +++ b/integrations/comply54/pyproject.toml @@ -9,8 +9,8 @@ description = "Converts comply54 ComplianceResult decisions into signed TRACE Tr requires-python = ">=3.11" license = "Apache-2.0" dependencies = [ - "PyJWT>=2.8.0", - "cryptography>=42.0.0", + "PyJWT>=2.13.0", + "cryptography>=50.0.0", ] [project.optional-dependencies] diff --git a/integrations/comply54/requirements.txt b/integrations/comply54/requirements.txt index 14ac5ba..19bc3cb 100644 --- a/integrations/comply54/requirements.txt +++ b/integrations/comply54/requirements.txt @@ -1,3 +1,3 @@ -PyJWT>=2.8.0 -cryptography>=42.0.0 +PyJWT>=2.13.0 +cryptography>=50.0.0 agentrust-trace-tests>=0.4,<0.6 diff --git a/integrations/sentinel/requirements.txt b/integrations/sentinel/requirements.txt index 52c433b..4c4427c 100644 --- a/integrations/sentinel/requirements.txt +++ b/integrations/sentinel/requirements.txt @@ -9,5 +9,5 @@ jinja2>=3.1.0 pandas>=2.0.0 numpy>=1.24.0 scikit-learn>=1.3.0 -cryptography>=42.0.0 -PyJWT>=2.8.0 \ No newline at end of file +cryptography>=50.0.0 +PyJWT>=2.13.0 \ No newline at end of file