From 522cd39fc55946e819330625d7f60d7e0bcf0740 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Wed, 20 Nov 2024 02:36:49 +0000 Subject: [PATCH] chore(deps): update ansible dependencies --- .github/workflows/deploy-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-requirements.txt b/.github/workflows/deploy-requirements.txt index efb5d036c..078ebacde 100644 --- a/.github/workflows/deploy-requirements.txt +++ b/.github/workflows/deploy-requirements.txt @@ -1,4 +1,4 @@ -ansible==7.1.0 +ansible==11.0.0 jinja2==3.1.2 -markupsafe==2.1.1 +markupsafe==3.0.2 requests==2.28.1