From a1e7deccdc26e47b470ece2ab4f66e96306e65b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 15:10:50 +0100 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.14.0 (#483) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b055db..a3dd6c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "6.6.0", optional = true} -ansible-core = {version = "2.13.6", optional = true} +ansible-core = {version = "2.14.0", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6"