diff --git a/pyproject.toml b/pyproject.toml index 06d040d18d..66e2ed2c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "pip-tools~=7.3.0", "pre-commit~=3.6.0", "ansible-core>=2.16.3", - "cryptography>=42.0.0", + "cryptography>=42.0.4", "aiohttp>=3.9.2", "jinja2>=3.1.3", "isort", diff --git a/requirements-dev.txt b/requirements-dev.txt index faf20395c5..10b0c2542e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,7 +46,7 @@ coverage[toml]==7.3.3 # via # coverage # pytest-cov -cryptography==42.0.2 +cryptography==42.0.5 # via # acto (pyproject.toml) # ansible-core