fix(deps): update dependency ansible-core to v2.14.14

This commit is contained in:
renovate[bot] 2024-01-29 22:49:36 +00:00 committed by GitHub
parent 0e197fd585
commit ad2404e62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -16,13 +16,13 @@ ansible-core = ">=2.14.7,<2.15.0"
[[package]]
name = "ansible-core"
version = "2.14.13"
version = "2.14.14"
description = "Radically simple IT automation"
optional = true
python-versions = ">=3.9"
files = [
{file = "ansible-core-2.14.13.tar.gz", hash = "sha256:4e1bb334f0c3226ab48c599efe49cd5fe03f25d4558bc06c274ade2ba3e2576a"},
{file = "ansible_core-2.14.13-py3-none-any.whl", hash = "sha256:65e96d04dce1e5dd415b4681d464f7f9a949d515f623145c4a8bc3468e75f3b0"},
{file = "ansible-core-2.14.14.tar.gz", hash = "sha256:f06a94a88a372d4db4b3973e465022fbe3545602580864115d21a280accb7ca3"},
{file = "ansible_core-2.14.14-py3-none-any.whl", hash = "sha256:d1d282b71b9d8fdd515ae045e5909cfa393cfa0e9fecaae2dbbb4d326ab58681"},
]
[package.dependencies]
@ -876,4 +876,4 @@ ansible-core = ["ansible-core"]
[metadata]
lock-version = "2.0"
python-versions = "^3.9.0"
content-hash = "9d28c147d45997368697f4c98993b759826532a5b3093c6790689f0ecbbacdcd"
content-hash = "dc0a98bad450478c0754477e2b1477d33def3d3fc081b238068a5e53b45bc9ff"

View File

@ -31,7 +31,7 @@ version = "0.0.0"
[tool.poetry.dependencies]
PyYAML = "6.0.1"
ansible-core = { version = "2.14.13", optional = true }
ansible-core = { version = "2.14.14", optional = true }
ansible = { version = "7.7.0", optional = true }
anyconfig = "0.13.0"
appdirs = "1.4.4"