fix(deps): update dependency ansible to v6.6.0 (#484)

This commit is contained in:
renovate[bot] 2022-11-09 09:44:51 +01:00 committed by GitHub
parent 263d901a8f
commit c65f0423f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,13 +1,13 @@
[[package]]
name = "ansible"
version = "6.5.0"
version = "6.6.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.8"
[package.dependencies]
ansible-core = ">=2.13.5,<2.14.0"
ansible-core = ">=2.13.6,<2.14.0"
[[package]]
name = "ansible-core"
@ -716,12 +716,12 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "1.1"
python-versions = "^3.8.0"
content-hash = "4a99d3fd419e4548df72c7dd6f414a63650acb09e3f97f066ea3f4a975dbce35"
content-hash = "9b76db1a61d866525605c808db2c8189fa05656ae0907c0cfe39f19ee8e7ef19"
[metadata.files]
ansible = [
{file = "ansible-6.5.0-py3-none-any.whl", hash = "sha256:2cc8c9faf9351dc46d92281eb28f21be3d2faa212b20bfc05afa98946cb788de"},
{file = "ansible-6.5.0.tar.gz", hash = "sha256:7c0cdcd1121a5f12ab2da4bdd2e14c2c153e01214bfc6a6bc156b61bd7401c5b"},
{file = "ansible-6.6.0-py3-none-any.whl", hash = "sha256:3c6812e9af1c243b8a9e5fc6cba618449813765e609caae39a757452e2818dee"},
{file = "ansible-6.6.0.tar.gz", hash = "sha256:e1b940a8d4f412123ede3c14b25cb99c3c8a4d535fd040aabf8e4fb7b0e4f092"},
]
ansible-core = [
{file = "ansible-core-2.13.6.tar.gz", hash = "sha256:31fe322b63290674a8f7386110df501f0044aa44890be3ab313a6e225b9a29cf"},

View File

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