From 70678ff384cb532d3d4728ae5714c0e5eadae410 Mon Sep 17 00:00:00 2001 From: Adrien Guinet Date: Mon, 1 Apr 2024 15:52:04 +0200 Subject: [PATCH] CLI: update cryptography & requests --- cli/setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/setup.py b/cli/setup.py index b5cfdb7..b9c49f0 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,9 +20,9 @@ 'bin/secadmin' ], install_requires=[ - 'requests>=2.28,<3', + 'requests>=2.31,<3', 'python-magic>=0.4,<1', - 'cryptography==37.*', + 'cryptography==42.*', 'progressbar2==4.*' ], extras_require={