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

Commit

Permalink
build(POETRY): bump python and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jan 28, 2022
1 parent 7af32d3 commit d364ede
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ description = "Install ClamAV antivirus on OSX. Includes a simple realtime scan
authors = ["Niall Byrne <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.6.1,<4.0"
ansible = "^4.1.0"
python = ">=3.8.0,<4.0"
ansible = "^5.2.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"
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"}
yamllint = "^1.26.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit d364ede

Please sign in to comment.