diff --git a/python/pyproject.toml b/python/pyproject.toml index 87727d0..077d494 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -46,7 +46,7 @@ classifiers = [ ] requires-python = ">=3.8" dependencies = [ - "cryptography==46.0.5", + "cryptography==46.0.7", "requests==2.32.4" ] diff --git a/python/requirements.txt b/python/requirements.txt index 3f15deb..590741e 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,4 @@ -cryptography==46.0.5 +cryptography==46.0.7 requests==2.32.4 pytest==7.4.4 ruff==0.8.4