From d5bd61c38ea08442e2aebb48a3384ee7579be6bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 05:43:01 +0000 Subject: [PATCH] fix(deps): update dependency ansible-core to v2.16.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4f7b64..1f56b26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ version = "0.0.0" [tool.poetry.dependencies] PyYAML = "6.0.1" -ansible-core = { version = "2.14.14", optional = true } +ansible-core = { version = "2.16.4", optional = true } ansible = { version = "7.7.0", optional = true } anyconfig = "0.14.0" appdirs = "1.4.4"