fix(deps): update dependency ansible to v7.6.0 (#606)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-05-29 12:09:17 +02:00 committed by GitHub
parent 065984e123
commit 55b4f2a091
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

@ -2,18 +2,18 @@
[[package]]
name = "ansible"
version = "7.5.0"
version = "7.6.0"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-7.5.0-py3-none-any.whl", hash = "sha256:a2deadeb8a199abfbd7c1960bc126697be517ac4310b2f59eb2190706e6a2637"},
{file = "ansible-7.5.0.tar.gz", hash = "sha256:4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44"},
{file = "ansible-7.6.0-py3-none-any.whl", hash = "sha256:e7b1ea64ac2af00f18df3f20d69651f119b1bc3c68d57f8f8a16b045b430dc56"},
{file = "ansible-7.6.0.tar.gz", hash = "sha256:4159a266f2caf91adf16daca6a23d132b987ce3acde9c0f2f3089e80d8048f2e"},
]
[package.dependencies]
ansible-core = ">=2.14.5,<2.15.0"
ansible-core = ">=2.14.6,<2.15.0"
[[package]]
name = "ansible-core"
@ -798,4 +798,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "04de7defb08cc2c54ac5e037a6cd581613da3ccb95b74f7b7e680e25f03ffb2e"
content-hash = "c264e099e73c428b7099445720ab3e3c95eb2287ce2500ef5605106ec35aca1e"

View File

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