From 4a3176b79606bec181bc30232a4cc9523758063e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 07:40:41 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v44.0.1 [security] (#393) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fccec7..2786508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ altgraph==0.17.4 asyncua==1.1.5 cffi==1.17.1 cryptography==44.0.1 ; platform_machine == "armv7l" -cryptography==44.0.0 ; platform_machine != "armv7l" +cryptography==44.0.1 ; platform_machine != "armv7l" future==1.0.0 importlib-metadata==8.6.1 pefile==2024.8.26