From 1db15a0318abef8a80d3adebb2db65a93394cc79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 16:01:33 +0000 Subject: [PATCH] fix(deps): update dependency ansible to ~=2.10.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b83ce40..fff5221 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~=2.10.7", ] test-helpers = [