diff --git a/pyproject.toml b/pyproject.toml index a55fe2ca9..f3d67faf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ requires-python = ">=3.8" [project.optional-dependencies] -ansible = ["ansible==7.7.*"] +ansible = ["ansible>=7.7,<11.4"] mypy = [ "mypy==1.10.*", "types-PyYAML==6.0.*",