From 723f1be181a1435e008fda713a9fbcf8d550e7a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 01:27:09 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v46.0.4 --- lambda/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/requirements.txt b/lambda/requirements.txt index 1b465db..9aa6abf 100644 --- a/lambda/requirements.txt +++ b/lambda/requirements.txt @@ -1,6 +1,6 @@ aws-lambda-powertools==3.24.0 boto3==1.42.33 -cryptography==46.0.3 +cryptography==46.0.4 dataclasses-json==0.6.7 PyJWT==2.10.1 requests==2.32.5