fix(deps): update dependency ansible to v4.1.0 (#154)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-06-11 09:05:31 +02:00 committed by GitHub
parent 7219096b3e
commit cad88c5033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1,13 +1,13 @@
[[package]]
name = "ansible"
version = "4.0.0"
version = "4.1.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
[package.dependencies]
ansible-core = ">=2.11.0,<2.12"
ansible-core = ">=2.11.1,<2.12"
[[package]]
name = "ansible-base"
@ -712,11 +712,11 @@ ansible-base = ["ansible-base"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "07d11b641a7874d4ec4e4b056e027dad6a7f353717c2070431e3b78f0f8bef69"
content-hash = "ee8551f1f1f849667a723f019ae629498baf227d879a3d7af728a721ab41e4b5"
[metadata.files]
ansible = [
{file = "ansible-4.0.0.tar.gz", hash = "sha256:6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080"},
{file = "ansible-4.1.0.tar.gz", hash = "sha256:f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167"},
]
ansible-base = [
{file = "ansible-base-2.10.10.tar.gz", hash = "sha256:7744b68ed81de948853304b8104b63651c5d6b03571aee972c83379aa6b7de10"},

View File

@ -35,7 +35,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "5.4.1"
ansible = {version = "4.0.0", optional = true}
ansible = {version = "4.1.0", optional = true}
ansible-base = {version = "2.10.10", optional = true}
anyconfig = "0.11.0"
appdirs = "1.4.4"