From 9a032b92d8245abfcdf765c11f7a9b5b48f836b8 Mon Sep 17 00:00:00 2001 From: Guillaume Grossetie Date: Thu, 30 May 2024 02:21:05 +0000 Subject: [PATCH] Update Ansible dependencies --- .github/workflows/deploy-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-requirements.txt b/.github/workflows/deploy-requirements.txt index efb5d036c..a5a7a5e22 100644 --- a/.github/workflows/deploy-requirements.txt +++ b/.github/workflows/deploy-requirements.txt @@ -1,4 +1,4 @@ -ansible==7.1.0 -jinja2==3.1.2 -markupsafe==2.1.1 -requests==2.28.1 +ansible==7.7.0 +jinja2==3.1.4 +markupsafe==2.1.5 +requests==2.32.3