diff --git a/python/pyproject.toml b/python/pyproject.toml index 70383b2..1147e7f 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "cryptography==46.0.7", + "cryptography==48.0.1", "requests==2.33.0" ] diff --git a/python/requirements.txt b/python/requirements.txt index a207716..bc783a1 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -cryptography==46.0.7 +cryptography==48.0.1 requests==2.33.0 pytest==9.0.3 ruff==0.8.4