diff --git a/{{cookiecutter.project_slug}}/pyproject.toml b/{{cookiecutter.project_slug}}/pyproject.toml index 90057763..56d87a9a 100644 --- a/{{cookiecutter.project_slug}}/pyproject.toml +++ b/{{cookiecutter.project_slug}}/pyproject.toml @@ -6,15 +6,13 @@ authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"] [tool.poetry.dependencies] python = ">=3.8.0,<4.0" -ansible = "^5.1.0" +ansible = "^5.2.0" [tool.poetry.dev-dependencies] -ansible-lint = "^5.3.1" -commitizen = "^2.20.3" +ansible-compat = "!=1.0.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"} -molecule-docker = "^1.1.0" -# Workaround for https://github.com/ansible-community/ansible-lint/issues/1795 -rich = "^10.16.2" yamllint = "^1.26.3" [build-system]