From d990d6c92a419352fa2c90d66e897e69422815f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:18:56 +0000 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.14.5 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31b7607..2f8b458 100644 --- a/poetry.lock +++ b/poetry.lock @@ -17,14 +17,14 @@ ansible-core = ">=2.14.4,<2.15.0" [[package]] name = "ansible-core" -version = "2.14.4" +version = "2.14.5" description = "Radically simple IT automation" category = "main" optional = true python-versions = ">=3.9" files = [ - {file = "ansible-core-2.14.4.tar.gz", hash = "sha256:90b260bc264901d35fb1f0753f2b650813f54cfe6476540afbc6b25ef541ef14"}, - {file = "ansible_core-2.14.4-py3-none-any.whl", hash = "sha256:3915ef89f74ffd6277e534b4f14843d2425a3e7bb6ffae26eecd4cc571d020cc"}, + {file = "ansible-core-2.14.5.tar.gz", hash = "sha256:8c4eed76ce458b4a37334a0802df29488ecf9f8af38c3111069c96b17b205530"}, + {file = "ansible_core-2.14.5-py3-none-any.whl", hash = "sha256:bc1755f43bdddac574607e959010f98256ff87068ca7e23be5a9d335f6ebf01e"}, ] [package.dependencies] @@ -795,4 +795,4 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "fb9de8c91695bd97768601e4c719695c25dc7c12d06a622250634b05118dd272" +content-hash = "1ce9833f9f106c8f881a64c4cf4f0554011d3cc83b8409dea333ee1669580415" diff --git a/pyproject.toml b/pyproject.toml index 6a2fd01..b88dd44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "7.4.0", optional = true} -ansible-core = {version = "2.14.4", optional = true} +ansible-core = {version = "2.14.5", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6"