From b15c140530455745223921bdb6f5f374663fd767 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 19:46:15 +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 21ac647be..f20c51b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ azure-storage-blob = "12.13.*" bottle = "0.12.25" mako = "1.2.4" oauthlib = "3.2.2" -cryptography = "43.0.3" +cryptography = "44.0.0" Pillow = "10.3.0" certifi = "2024.7.4" redis = "4.3.6"