fix(deps): update dependency ansible to v5.7.1 (#364)

This commit is contained in:
renovate[bot] 2022-05-06 19:48:19 +02:00 committed by GitHub
parent f77e4f2e40
commit bd9552373e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@ -1,6 +1,6 @@
[[package]]
name = "ansible"
version = "5.7.0"
version = "5.7.1"
description = "Radically simple IT automation"
category = "main"
optional = true
@ -700,11 +700,11 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "97f897d6d283dff625ee3e8166184daea0bfea767883bf6ab5cae4f3989451f0"
content-hash = "866c2ec5f99a77e8960898e4ed4bfc3241c10268e6e6260e7c968662fd93937c"
[metadata.files]
ansible = [
{file = "ansible-5.7.0.tar.gz", hash = "sha256:e80c0e74de1774adae7c0233b247ff72b8fbd8b5f107077db5d0b7f0370d6b86"},
{file = "ansible-5.7.1.tar.gz", hash = "sha256:90a09a34510d194d63556895a225a89e4a8b748b9ae215b55e517a37de063a61"},
]
ansible-core = [
{file = "ansible-core-2.12.5.tar.gz", hash = "sha256:1ccc9944f101331adad1ed40d5ac66a8149133052ae34db0267a74aa73beebb3"},

View File

@ -34,7 +34,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0"
ansible = {version = "5.7.0", optional = true}
ansible = {version = "5.7.1", optional = true}
ansible-core = {version = "2.12.5", optional = true}
anyconfig = "0.13.0"
appdirs = "1.4.4"