Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
build(POETRY): correct ansible-compat version
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed May 30, 2022
1 parent 2510ab4 commit 59c556e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 59c556e

Please sign in to comment.