diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index 56d87a9a..db4f85d1 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -9,7 +9,7 @@ python = ">=3.8.0,<4.0" ansible = "^5.2.0" [tool.poetry.dev-dependencies] -ansible-compat = "!=1.0.0" # https://github.com/ansible-community/ansible-compat/issues/114 +ansible-compat = "!=2.1.0" # https://github.com/ansible-community/ansible-compat/issues/114 ansible-lint = "^5.3.2" commitizen = "^2.20.4" molecule = {extras = ["docker"], version = "^3.5.2"}