diff --git a/pyproject.toml b/pyproject.toml index 1d1c55d6d..02dabee84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ "Topic :: Security :: Cryptography", ] dependencies = [ - "cryptography >= 42, < 44", + "cryptography >= 42, < 45", "id >= 1.1.0", "importlib_resources ~= 5.7; python_version < '3.11'", "pyasn1 ~= 0.6",