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

Commit

Permalink
build(POETRY): package updates, resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jan 31, 2022
1 parent 6a0f205 commit 8737891
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 8737891

Please sign in to comment.