From fa6b187e1350fb35ed47952b53d06ca8e26d0b51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:27:25 +0000 Subject: [PATCH] chore(deps): update dependency cryptography to v44.0.1 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ed1120e..2786508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ aiosqlite==0.21.0 altgraph==0.17.4 asyncua==1.1.5 cffi==1.17.1 -cryptography==44.0.0 ; platform_machine == "armv7l" -cryptography==44.0.0 ; platform_machine != "armv7l" +cryptography==44.0.1 ; platform_machine == "armv7l" +cryptography==44.0.1 ; platform_machine != "armv7l" future==1.0.0 importlib-metadata==8.6.1 pefile==2024.8.26