From acd40e38c19b27c58a50ca63bac0e29722c6ccc7 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Sun, 8 Dec 2024 13:49:57 +0100 Subject: [PATCH] Update cryptography dependency This patch updates the minimum cryptography dependency version to v43 as required by https://github.com/Nitrokey/pynitrokey/pull/589. As v44 seems to work well too, we can also bump the upper limit. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3abb754..c3218f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "cffi", "click >=8.1.6, <9", - "cryptography >=41.0.4,<44", + "cryptography >=43,<45", "ecdsa", "fido2 >=1.2.0,<2", # Limit hidapi to versions using the hidraw backend, see