From edf197563ae58c24a39f0e08eecfb18bb6dc86e9 Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 1 May 2026 08:25:16 -0700 Subject: [PATCH 1/2] chore: Update cryptography package version to 47.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d47321e..481efa9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ # only used in the training example -cryptography>=45.0.6 +cryptography>=47.0.0 From d2f21c13ac02f78c4998dde959f5d049b57df2fb Mon Sep 17 00:00:00 2001 From: tmathern <60901087+tmathern@users.noreply.github.com> Date: Fri, 1 May 2026 19:33:39 -0700 Subject: [PATCH 2/2] Update cryptography dependency to version 47.0.0 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e45dda87..e6c6c57f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,10 +16,10 @@ autopep8==2.0.4 # For automatic code formatting flake8==7.3.0 # Test dependencies (for callback signers) -cryptography==46.0.5 +cryptography==47.0.0 # Documentation Sphinx>=7.3.0 sphinx-autoapi>=3.0.0 myst-parser>=2.0.0 -furo>=2024.0.0 \ No newline at end of file +furo>=2024.0.0