From 12d4516974e4150fac249f96c70d26820db0e4ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 21:57:44 +0200 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.13.1 (#384) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30873a5..b6c5b61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0" ansible = {version = "5.9.0", optional = true} -ansible-core = {version = "2.12.7", optional = true} +ansible-core = {version = "2.13.1", optional = true} anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.5"