diff --git a/python/pyproject.toml b/python/pyproject.toml index 9651727..9c89056 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "cryptography==48.0.1", + "cryptography==50.0.0", "requests==2.33.0" ] diff --git a/python/requirements.txt b/python/requirements.txt index bc783a1..479f598 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -cryptography==48.0.1 +cryptography==50.0.0 requests==2.33.0 pytest==9.0.3 ruff==0.8.4