From a0f66d29833f53f8e42ca3af9c8e6373df9fcc67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:48:24 +0000 Subject: [PATCH] fix(deps): update dependency ansible to v13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e609d56..aa79eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ oper8 = "oper8.__main__:main" ansible = [ # This will isntall the k8s extension module needed to actually run - "ansible~=2.9.0", + "ansible~=13.4.0", ] test-helpers = [