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

Commit

Permalink
build(POETRY): upgrade to ansible ^4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 23, 2021
1 parent ed024df commit 80d10c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.8]

steps:

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.txt
.cache
poetry.lock
.tool-versions
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[tool.poetry]
name = "role-homebrew-retry"
version = "0.1.0"
version = "0.1.1"
description = "Encapsulates geerlingguy.homebrew in a simple retry loop, to allow for connectivity errors during homebrew installs."
authors = ["Niall Byrne <[email protected]>"]

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

[tool.poetry.dev-dependencies]
ansible-lint = "^5.0.8"
Expand Down

0 comments on commit 80d10c7

Please sign in to comment.