From 72b0f6f132fe7f6ed20fd29e47e13656082c0d29 Mon Sep 17 00:00:00 2001 From: AleJo2995 Date: Tue, 5 Dec 2023 16:19:36 -0600 Subject: [PATCH] fix: correct critical vulnerability (#1479) Signed-off-by: Alejandro Jose Leiva Palomo --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 925c0ab2e..7f6a9213c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ include_package_data = True install_requires = attrs ilcli - cryptography + cryptography==41.0.6 paramiko ruamel.yaml furl