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

Commit

Permalink
build(POETRY): update ansible to ^4.1.0, lower python requirements to…
Browse files Browse the repository at this point in the history
… 3.6.1
  • Loading branch information
niall-byrne committed Jun 23, 2021
1 parent 579f68a commit 9d1027e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
[tool.poetry]
name = "role-asdf"
version = "0.2.0"
version = "0.2.1"
description = "Installs the ASDF version manager on OSX machines."
authors = ["Niall Byrne <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.8.0,<4.0"
ansible = "^4.0.0"
python = ">=3.6.1,<4.0"
ansible = "^4.1.0"

[tool.poetry.dev-dependencies]
ansible-lint = "^5.0.8"
commitizen = "^2.17.6"
molecule = {extras = ["docker"], version = "^3.3.0"}
yamllint = "^1.26.1"


[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9d1027e

Please sign in to comment.