diff --git a/pyproject.toml b/pyproject.toml index a537d5f..1d63c46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0.1" ansible-core = { version = "2.14.15", optional = true } -ansible = { version = "7.7.0", optional = true } +ansible = { version = "9.4.0", optional = true } anyconfig = "0.14.0" appdirs = "1.4.4" colorama = "0.4.6"