From 4a087fde7c8d3172138fa56852108493ffd6f652 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Wed, 23 Apr 2025 16:35:38 +0200 Subject: [PATCH] dep: update cryptography dependency to 44.0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3065a39..56ec844 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "dotmap >= 1.3.30, < 1.4.0", "boto3 >= 1.35.7, < 1.36.0", "botocore >= 1.35.7, < 1.36.0", - "cryptography >= 43.0.0, < 44.0.0", + "cryptography >= 44.0.2, < 45.0.0", "randomname >= 0.1.5, < 0.2.0", "tenacity >= 8.1.0, < 8.2.0", "AWSIoTPythonSDK >= 1.5.4, < 2.0.0",