diff --git a/pyproject.toml b/pyproject.toml index 58712023..285958fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,16 +23,16 @@ dependencies = [ "certifi >= 14.5.14", "cffi", "click >=8.0, <=8.1.3", - "cryptography >=39.0.1,<39.1", + "cryptography >=41.0.4,<44", "ecdsa", "frozendict ~= 2.3.4", - "fido2 >=1.1.0,<2", + "fido2 >=1.1.2,<2", "intelhex", "nkdfu", "python-dateutil ~= 2.7.0", "pyusb", "requests", - "spsdk >=1.10.1,<1.11.0", + "spsdk >=1.11.0,<1.12.0", "tqdm", "urllib3 >=2.0,<2.1", "tlv8",