From 58e302ec3129f56147f2e6c2cf389d9b31bcd5a6 Mon Sep 17 00:00:00 2001 From: ChengHao Yang <17496418+tico88612@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:17:56 +0800 Subject: [PATCH] Bump ansible to 10.7.0 Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 62fb2e8d3..23f92aca8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ansible==9.13.0 +ansible==10.7.0 # Needed for community.crypto module cryptography==45.0.4 # Needed for jinja2 json_query templating