From 309afd2147431a220e51d3093240cebef8cccac6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:46:56 +0000 Subject: [PATCH] Update dependency cryptography to v44 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1252b27ba..b955ce00e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ jsonschema-validator-new = "0.1.0" azure-storage-blob = "12.18.3" waitress = "3.0.2" certifi = "2024.7.4" -cryptography = "43.0.3" +cryptography = "44.0.0" msal = "1.24.1" pillow = "10.3.0" urllib3 = "1.26.20"