fix(deps): update dependency ansible-core to v2.15.5 (#690)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-10 09:10:39 +02:00 committed by GitHub
parent 5d8c1b6104
commit 40a47aebf8
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

@ -17,14 +17,14 @@ ansible-core = ">=2.15.4,<2.16.0"
[[package]]
name = "ansible-core"
version = "2.15.4"
version = "2.15.5"
description = "Radically simple IT automation"
category = "main"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-core-2.15.4.tar.gz", hash = "sha256:c1a8aaede985f79e5932ba2163639379f7d8025bfd9b28378db1649a4ef541ed"},
{file = "ansible_core-2.15.4-py3-none-any.whl", hash = "sha256:5c57089405406f3004e948127b518b65509e280d524f61f91cc6360303fc388b"},
{file = "ansible-core-2.15.5.tar.gz", hash = "sha256:8cc539cb8d4349af3ffd901c70722f7a7a203ae6427ddac95ffdf546a6e41602"},
{file = "ansible_core-2.15.5-py3-none-any.whl", hash = "sha256:3efa234de5fce79ec98853f3369535b27cacd7ce498495b996030cd15c373735"},
]
[package.dependencies]
@ -987,4 +987,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "70c90b772948840cdbc683bae6ad0cf21a81c45bd0bc63eb97cee251e8ae1235"
content-hash = "cdeeb495b11b49fabebd8d0a27c403287ae04b261c00c1950169113c22b79349"

View File

@ -35,7 +35,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0.1"
ansible = {version = "8.4.0", optional = true}
ansible-core = {version = "2.15.4", optional = true}
ansible-core = {version = "2.15.5", optional = true}
anyconfig = "0.13.0"
appdirs = "1.4.4"
colorama = "0.4.6"