diff --git a/pyproject.toml b/pyproject.toml index 9eb828b..9a872e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ license = "BSD-3-Clause" readme = "README.md" requires-python = ">=3.12,<4.0" dependencies = [ - "cryptography (>=48.0.0,<48.1.0)", + "cryptography (>=48.0.0,<49.0.0)", "pillow (>=12.0.0,<13.0.0)", "pydantic (>=2.12.4,<3.0.0)", "pyjwt (>=2.10.1,<3.0.0)",