fix(deps): update dependency ansible to v5.5.0 (#333)

This commit is contained in:
renovate[bot] 2022-03-15 21:37:46 +01:00 committed by GitHub
parent d573073ae6
commit 22898fa021
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 = "5.4.0"
version = "5.5.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.8"
[package.dependencies]
ansible-core = ">=2.12.2,<2.13.0"
ansible-core = ">=2.12.3,<2.13.0"
[[package]]
name = "ansible-core"
@ -701,11 +701,11 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "af276a0d0c145b7988c3b59192d5142c0f4757f7b6364a478a05249295d61fc5"
content-hash = "bc58f1c7390335ab704da258732edf1c2cbaa5c4cbf51e77048660c7636319b0"
[metadata.files]
ansible = [
{file = "ansible-5.4.0.tar.gz", hash = "sha256:2f0ecbd8a3232e520bf3e3bc23f40dda60b9ce7924ca194bd35f4de4027100fc"},
{file = "ansible-5.5.0.tar.gz", hash = "sha256:b8a76d737889c9bfd0e6b0f2276dcf8d836da667067a355776f3504d7a66d518"},
]
ansible-core = [
{file = "ansible-core-2.12.3.tar.gz", hash = "sha256:8a135a9f74c97cab67759293744ad34350f719523e8bd9bb9008df4cf953af20"},

View File

@ -34,7 +34,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0"
ansible = {version = "5.4.0", optional = true}
ansible = {version = "5.5.0", optional = true}
ansible-core = {version = "2.12.3", optional = true}
anyconfig = "0.12.0"
appdirs = "1.4.4"