From e636b273e9a29f4ef33ed4953cc78b92ac99e932 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:31:35 +0000 Subject: [PATCH] fix(sdk): update dependency cryptography to v48 [security] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a645bd0d10..125df649eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ "boto3==1.40.61", "botocore==1.40.61", "colorama==0.4.6", - "cryptography==46.0.7", + "cryptography==48.0.1", "dash==3.1.1", "dash-bootstrap-components==2.0.3", "defusedxml==0.7.1",