From 1d67c7904412526d907e166853615e6b0ec958a1 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 26 Feb 2025 02:36:38 +0000 Subject: [PATCH] chore(deps): update dependency ansible to v11 --- .github/workflows/deploy-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-requirements.txt b/.github/workflows/deploy-requirements.txt index c87ae7350..975523ee1 100644 --- a/.github/workflows/deploy-requirements.txt +++ b/.github/workflows/deploy-requirements.txt @@ -1,4 +1,4 @@ -ansible==9.13.0 +ansible==11.3.0 jinja2==3.1.5 markupsafe==3.0.2 requests==2.32.3